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,
input,
select {
select,
textarea {
background-color: inherit;
font: inherit;
}
@ -113,7 +114,7 @@ input[type=submit]:hover {
color: white;
fill: white;
}
button.dangerous:hover {
.dangerous:hover {
background-color: #ff1f5b;
border-color: #ff1f5b;
}