mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Fix: don't use system-ui for inputs
Thanks, forever!
This commit is contained in:
parent
97baa0bd51
commit
41be095485
1 changed files with 2 additions and 1 deletions
|
@ -209,7 +209,8 @@ input {
|
||||||
* site. */
|
* site. */
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
|
||||||
/* Don't shrink the size of the text in forms. */
|
/* Don't shrink the size of the text in forms or make it system-ui. */
|
||||||
|
font-family: sans-serif;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue