correct accnav to use theme variables

This commit is contained in:
Wirlaburla 2024-01-22 10:00:38 -06:00
parent a6af750db9
commit 8a71a23d13

View File

@ -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 {