f
This commit is contained in:
parent
20e4276504
commit
8f8bc2315e
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue