From 214cc13d49d8294b9c41a458e353801d2f9d8f45 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 25 Dec 2022 10:09:48 -0500 Subject: [PATCH] Update theme --- src/theme.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/theme.css b/src/theme.css index fd7d11a..6d05731 100644 --- a/src/theme.css +++ b/src/theme.css @@ -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;