feat: consistent font inheritance
parent
756e5a0db8
commit
162de4ad98
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue