You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
I had this problem too. It took me a bit to figure out that this was being overridden by the default foundationpress. Not a big deal for me either, but also it took me a little while to see it.
I just find out that changing those line in setting are always overriden by:
In Top-bat section of settings:
$topbar-link-bg-color-hover: red;
$topbar-link-bg-active: red;
$topbar-link-bg-active-hover: red;
Overriden by:
.top-bar-section li.active:not(.has-form) a:not(.button){background: #272727;}
Always have to add in my global manually, not a big deal, but I wanted to point it out.
The text was updated successfully, but these errors were encountered: