From 8a71a23d1393a398147f046b3c1f7324e204751d Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Mon, 22 Jan 2024 10:00:38 -0600 Subject: [PATCH] correct accnav to use theme variables --- core/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/style.css b/core/style.css index 39efe26..acb2a71 100644 --- a/core/style.css +++ b/core/style.css @@ -299,7 +299,7 @@ nav.top div.slideout .upbutton img { margin: 4px 8px; } nav.top div.slideout .dropdown { font-family: var(--primary-font); - background: var(--navbar-bg), linear-gradient(0deg, rgba(162,147,112,1) 0%, rgba(243,220,169,1) 8px); + background: var(--navbar-bg), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, var(--acc-nav) 8px); background-position: 0 0, 0px 100%; background-color: var(--acc-nav); background-repeat: repeat, repeat-x; @@ -320,7 +320,7 @@ nav.top div.slideout.account .dropdown { } nav.top div.slideout:not(.active):hover .dropdown { - background: var(--navbar-bg), linear-gradient(0deg, rgba(243,220,169,1) 0%, rgba(210,190,143,1) 8px); + background: var(--navbar-bg), linear-gradient(0deg, var(--acc-nav) 0%, rgba(0,0,0,0.05) 8px); } nav.top div.slideout .dropdown .clicker {