mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +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
|
* specific a11y, compatibility, or critical
|
||||||
* usability need.
|
* 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
|
* 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
|
* specify that an image should have pixelated rendering or be inverted
|
||||||
* in dark mode).
|
* in dark mode).
|
||||||
|
@ -193,6 +196,7 @@ form > div {
|
||||||
|
|
||||||
/* Don't shrink the size of the text in forms. */
|
/* Don't shrink the size of the text in forms. */
|
||||||
input {
|
input {
|
||||||
|
appearance: none;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue