1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Reset input styles

This commit is contained in:
Rohan Kumar 2022-05-26 17:23:51 -07:00
parent a1d3c993bc
commit 0cd1d89a8a
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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;
}