mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Reset input styles
This commit is contained in:
parent
a1d3c993bc
commit
0cd1d89a8a
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
* specific a11y, compatibility, or critical
|
||||
* usability need.
|
||||
*
|
||||
* One exception: I re-set the input styles so Safari wouldn't make them
|
||||
* pill-shaped.
|
||||
*
|
||||
* I also don't use any classes except for image presentation. (e.g. to
|
||||
* specify that an image should have pixelated rendering or be inverted
|
||||
* in dark mode).
|
||||
|
@ -193,6 +196,7 @@ form > div {
|
|||
|
||||
/* Don't shrink the size of the text in forms. */
|
||||
input {
|
||||
appearance: none;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue