Expand some selectors

This commit is contained in:
cryptogopher 2024-01-06 02:24:14 +01:00
parent 4b2ed2fa39
commit b91776e9c4

View File

@ -51,7 +51,8 @@ body {
} }
button, button,
input, input,
select { select,
textarea {
background-color: inherit; background-color: inherit;
font: inherit; font: inherit;
} }
@ -113,7 +114,7 @@ input[type=submit]:hover {
color: white; color: white;
fill: white; fill: white;
} }
button.dangerous:hover { .dangerous:hover {
background-color: #ff1f5b; background-color: #ff1f5b;
border-color: #ff1f5b; border-color: #ff1f5b;
} }