Commit 9def4a7f1d

9def4a7f1dae1065c1f820d69d0aa7437bc14d4d

parent: 205691a7a9

Verified · cmc

cmc <hello@cleberg.net> · 2026-09-18 04:12 UTC

web: drop redundant button.primary rule

button, .button already sets background: var(--fill); color:
var(--fill-fg); border-color came from the base border rule as
transparent too, so button.primary restated the base rule verbatim.

Ref #221
internal/web/static/style.css −1
@@ -511,7 +511,6 @@ button, .button {
511511 background: var(--fill);
512512 color: var(--fill-fg);
513513}
514button.primary, .button.primary { background: var(--fill); color: var(--fill-fg); border-color: transparent; }
515514button:hover, .button.primary:hover { filter: brightness(1.12); text-decoration: none; }
516515button.btn, .button.btn {
517516 background: var(--canvas);