This commit is contained in:
nelle 2023-01-27 17:57:06 -07:00
parent b5d1cdedee
commit 305500905e
2 changed files with 2 additions and 2 deletions

View file

@ -2804,7 +2804,7 @@ a.navbar-item,
justify-content: flex-end; justify-content: flex-end;
margin-left: auto; } margin-left: auto; }
.navbar-dropdown { .navbar-dropdown {
background-color: #111111; background-color: white;
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
border-top: 2px solid #dbdbdb; border-top: 2px solid #dbdbdb;

View file

@ -38,7 +38,7 @@ $text-strong: $trans-pink;
$navbar-background-color: $off-off-off-dark; $navbar-background-color: $off-off-off-dark;
$navbar-item-color: $off-off-dark; $navbar-item-color: $off-off-dark;
$navbar-item-hover-background-color: $off-off-dark; $navbar-item-hover-background-color: $off-off-dark;
$navbar-dropdown-background-color: $off-off-off-dark; //$navbar-dropdown-background-color: $off-off-off-dark;
//$navbar-dropdown-item-hover-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-color: $off-off-off-dark;