6a1e185877d0e0cafe3dd624f5feb385f2d4298b
`a.btn` had `color: inherit` which overrode variant-specific colors (e.g. `--fg-on-accent` on `.btn-primary`) due to higher specificity (element+class > class). This caused black text on primary link buttons in light mode. Let variant classes control text color instead.
Description
No description provided
Languages
Clojure
72.9%
CSS
18.7%
JavaScript
6.4%
HTML
2%