diff --git a/BETA/mybulma/css/mystyles.css b/BETA/mybulma/css/mystyles.css index 1ec3e18..6246046 100644 --- a/BETA/mybulma/css/mystyles.css +++ b/BETA/mybulma/css/mystyles.css @@ -2769,7 +2769,7 @@ a.navbar-item, background-color: whitesmoke; color: #0a0a0a; } .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { - background-color: #070707; + background-color: whitesmoke; color: #F5A9B8; } .navbar-burger { display: none; } @@ -2825,7 +2825,7 @@ a.navbar-item, background-color: whitesmoke; color: #0a0a0a; } .navbar-dropdown a.navbar-item.is-active { - background-color: #070707; + background-color: whitesmoke; color: #F5A9B8; } .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { border-radius: 6px; diff --git a/BETA/mybulma/sass/mystyles.scss b/BETA/mybulma/sass/mystyles.scss index 1ceded5..0eac244 100644 --- a/BETA/mybulma/sass/mystyles.scss +++ b/BETA/mybulma/sass/mystyles.scss @@ -42,7 +42,7 @@ $navbar-dropdown-background-color: $off-off-off-dark; //$navbar-dropdown-item-hover-color: $off-off-off-dark; //$navbar-dropdown-item-hover-background-color: $off-off-dark; //$navbar-dropdown-item-active-color: $off-off-off-dark; -$navbar-dropdown-item-active-background-color: $off-off-dark; +//$navbar-dropdown-item-active-background-color: $off-off-dark; // Import only what you need from Bulma