aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-04-30 23:29:06 -0400
committerThedro Neely <thedroneely@gmail.com>2021-04-30 23:29:06 -0400
commite8956e7f837408b5286a770e303fb9569aeb2ee7 (patch)
tree4837c1dc388c7b3eb7c8b29b475fd65d0a5abf29 /public
parent2726b619339b75697ea7a4be20f3cb84ba0fe015 (diff)
downloadthedroneely.com-e8956e7f837408b5286a770e303fb9569aeb2ee7.tar.gz
thedroneely.com-e8956e7f837408b5286a770e303fb9569aeb2ee7.tar.bz2
thedroneely.com-e8956e7f837408b5286a770e303fb9569aeb2ee7.zip
public/css/tdro: Use light orange dropdown hover color
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 78b06db..b23dbb6 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -3924,7 +3924,7 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott
.dropdown label { cursor: pointer; }
.dropdown-content .navbar-item { margin: 0; padding: 0.65rem 1rem; width: 100%; }
.dropdown-content .navbar__active { font-weight: 700; color: #014cc6; }
-.dropdown-content a.navbar-item:hover, .dropdown-content .theme-toggle-button:hover { background-color: #bbdbee; color: black; }
+.dropdown-content a.navbar-item:hover, .dropdown-content .theme-toggle-button:hover { background-color: #ffeac2; color: black; }
.dropdown-input[type="checkbox"]:checked ~ .dropdown-menu { display: block; }
.error__headerSize { font-size: 8rem; }