Color Swap Navbar

This commit is contained in:
nelle 2022-12-20 16:25:24 -07:00
parent da0bc902b4
commit e0f11ceff3
2 changed files with 6 additions and 6 deletions

View file

@ -2091,7 +2091,7 @@ table th {
font-size: 1.5rem; } font-size: 1.5rem; }
.navbar { .navbar {
background-color: #a45e8d; background-color: #00fdbe;
min-height: 3.25rem; min-height: 3.25rem;
position: relative; position: relative;
z-index: 30; } z-index: 30; }
@ -2589,7 +2589,7 @@ body.has-navbar-fixed-bottom {
overflow-y: hidden; } overflow-y: hidden; }
.navbar-burger { .navbar-burger {
color: #eaeaea; color: #a45e8d;
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;
@ -2632,7 +2632,7 @@ body.has-navbar-fixed-bottom {
.navbar-item, .navbar-item,
.navbar-link { .navbar-link {
color: #eaeaea; color: #a45e8d;
display: block; display: block;
line-height: 1.5; line-height: 1.5;
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
@ -2714,7 +2714,7 @@ a.navbar-item,
.navbar-link::after { .navbar-link::after {
display: none; } display: none; }
.navbar-menu { .navbar-menu {
background-color: #a45e8d; background-color: #00fdbe;
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 {

View file

@ -31,8 +31,8 @@ $title-color: $lime;
$input-color: $link; $input-color: $link;
$primary: $lime; $primary: $lime;
$text-strong: $grey-light; $text-strong: $grey-light;
$navbar-background-color: $grey-dark; $navbar-background-color: $lime;
$navbar-item-color: $grey-light; $navbar-item-color: $grey-dark;
// Import only what you need from Bulma // Import only what you need from Bulma