web/css: fix button font

This commit is contained in:
Tulir Asokan 2025-03-03 12:57:16 +02:00
parent c78ef2e97b
commit e20f3161a2

View file

@ -208,6 +208,8 @@ button, a.button, span.button {
justify-content: center;
align-items: center;
color: inherit;
/* Buttons sometimes have their own fonts? */
font-family: var(--font-stack);
&:hover, &:focus {
background-color: var(--button-hover-color);