dark mode: fix hamburger menu
All checks were successful
Website build and deploy / build (push) Successful in 1m9s
All checks were successful
Website build and deploy / build (push) Successful in 1m9s
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
--hover-color-dark: #91c9ff;
|
||||
--dark-bg: #222;
|
||||
--dark-font-color: #eee;
|
||||
--dark-nav-color: #ddd;
|
||||
}
|
||||
|
||||
/* Main page with sticky footer */
|
||||
@@ -309,11 +310,19 @@ pre code {
|
||||
color: var(--dark-font-color);
|
||||
}
|
||||
|
||||
// Navbar
|
||||
.luxbar-menu a,
|
||||
.luxbar-item a {
|
||||
color: #ddd;
|
||||
color: var(--dark-nav-color);
|
||||
}
|
||||
|
||||
.luxbar-menu-light .luxbar-hamburger span {
|
||||
&, &::before, &::after {
|
||||
background-color: var(--dark-nav-color);
|
||||
}
|
||||
}
|
||||
|
||||
// Links, headlines etc.
|
||||
.container {
|
||||
a {
|
||||
color: var(--primary-color-dark);
|
||||
|
||||
Reference in New Issue
Block a user