feat: consistent font inheritance

main
Henrik Böving 2023-11-11 17:18:46 +01:00
parent 756e5a0db8
commit 162de4ad98
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ body {
background: var(--body-bg); background: var(--body-bg);
} }
input, select, textarea, button{font-family:inherit;}
a { a {
color: var(--link-color); color: var(--link-color);
} }