Skip to content

Commit

Permalink
feat: consistent font inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Nov 11, 2023
1 parent 756e5a0 commit 162de4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ body {
background: var(--body-bg);
}

input, select, textarea, button{font-family:inherit;}

a {
color: var(--link-color);
}
Expand Down

0 comments on commit 162de4a

Please sign in to comment.