This commit is contained in:
nelle 2023-01-27 17:38:41 -07:00
parent 20e4276504
commit 8f8bc2315e
2 changed files with 3 additions and 3 deletions

View file

@ -2091,7 +2091,7 @@ table th {
font-size: 1.5rem; }
.navbar {
background-color: #00fdbe;
background-color: #070707;
min-height: 3.25rem;
position: relative;
z-index: 30; }
@ -2714,7 +2714,7 @@ a.navbar-item,
.navbar-link::after {
display: none; }
.navbar-menu {
background-color: #00fdbe;
background-color: #070707;
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
padding: 0.5rem 0; }
.navbar-menu.is-active {

View file

@ -32,7 +32,7 @@ $title-color: $lime;
$input-color: $link;
$primary: $lime;
$text-strong: $pink;
$navbar-background-color: $lime;
$navbar-background-color: $off-off-dark;
$navbar-item-color: $grey-dark;