This commit is contained in:
nelle 2023-01-27 17:34:23 -07:00
parent 4aa3686d15
commit d610f3db70
2 changed files with 3 additions and 3 deletions

View file

@ -2091,7 +2091,7 @@ table th {
font-size: 1.5rem; }
.navbar {
background-color: #181516;
background-color: #00fdbe;
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: #181516;
background-color: #00fdbe;
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
padding: 0.5rem 0; }
.navbar-menu.is-active {

View file

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