Update input CSS defaults

This commit is contained in:
Tetrakern 2023-06-09 17:40:33 +02:00
parent 883a7d05ea
commit 55c96b5254

View File

@ -4,9 +4,10 @@
text-shadow: none;
}
:is(input, textarea, button, select) {
:where(input, textarea, button, select) {
-webkit-appearance: none;
background-color: transparent;
color: inherit;
font-family: var(--ff-base);
font-weight: var(--font-weight-normal);
border-style: solid;