This commit is contained in:
nelle 2023-01-27 17:56:19 -07:00
parent 21150d1118
commit 493736209e
2 changed files with 3 additions and 3 deletions

View file

@ -2766,7 +2766,7 @@ a.navbar-item,
.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
background-color: transparent !important; }
.navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
background-color: #070707;
background-color: whitesmoke;
color: #0a0a0a; }
.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
background-color: #070707;
@ -2822,7 +2822,7 @@ a.navbar-item,
.navbar-dropdown a.navbar-item {
padding-right: 3rem; }
.navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
background-color: #070707;
background-color: whitesmoke;
color: #0a0a0a; }
.navbar-dropdown a.navbar-item.is-active {
background-color: #070707;

View file

@ -40,7 +40,7 @@ $navbar-item-color: $off-off-dark;
$navbar-item-hover-background-color: $off-off-dark;
$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-hover-background-color: $off-off-dark;
//$navbar-dropdown-item-active-color: $off-off-off-dark;
$navbar-dropdown-item-active-background-color: $off-off-dark;