Update theme

This commit is contained in:
Dave Gallant
2022-12-25 10:09:48 -05:00
parent 5d7c061508
commit 214cc13d49

View File

@@ -119,7 +119,6 @@ button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
@@ -132,7 +131,6 @@ input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
@@ -185,7 +183,7 @@ a:hover {
}
footer {
background: #282828;
background: #212529;
color: white;
padding: 3px;
padding-right: 10px;