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 {