mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
web/css: fix button font
This commit is contained in:
parent
c78ef2e97b
commit
e20f3161a2
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue