posit-dev / brand-yml

Unified branding with a single yaml file.
https://posit-dev.github.io/brand-yml/
MIT License
1 stars 0 forks source link

Drop `color.link` #26

Open gadenbuie opened 4 days ago

gadenbuie commented 4 days ago

Similar to #24, the presence of color.link is confusing considering that we also have typography.link.color.

This would result in a change like the following for a theoretical _brand.yml

color:
  palette:
    red: "#FF6F61"
- link: red
typography:
  link:
    weight: 600
-   color: link
+   color: red
    decoration: underline