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; }
|
font-size: 1.5rem; }
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: #00fdbe;
|
background-color: #070707;
|
||||||
min-height: 3.25rem;
|
min-height: 3.25rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 30; }
|
z-index: 30; }
|
||||||
|
@ -2714,7 +2714,7 @@ a.navbar-item,
|
||||||
.navbar-link::after {
|
.navbar-link::after {
|
||||||
display: none; }
|
display: none; }
|
||||||
.navbar-menu {
|
.navbar-menu {
|
||||||
background-color: #00fdbe;
|
background-color: #070707;
|
||||||
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
|
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
|
||||||
padding: 0.5rem 0; }
|
padding: 0.5rem 0; }
|
||||||
.navbar-menu.is-active {
|
.navbar-menu.is-active {
|
||||||
|
|
|
@ -32,7 +32,7 @@ $title-color: $lime;
|
||||||
$input-color: $link;
|
$input-color: $link;
|
||||||
$primary: $lime;
|
$primary: $lime;
|
||||||
$text-strong: $pink;
|
$text-strong: $pink;
|
||||||
$navbar-background-color: $lime;
|
$navbar-background-color: $off-off-dark;
|
||||||
$navbar-item-color: $grey-dark;
|
$navbar-item-color: $grey-dark;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue