You've already forked no-js-hugo-theme
Hamburger menu is now shown under the header
I think this looks nicer.
This commit is contained in:
@ -46,6 +46,10 @@ figure.color-adapting-image img {
|
||||
background-image: url(../../images/header-bg-dark.jpg);
|
||||
}
|
||||
|
||||
.links, .links li {
|
||||
border-color: #383838;
|
||||
}
|
||||
|
||||
.main {
|
||||
background-color: rgb(14, 14, 14);
|
||||
box-shadow: none;
|
||||
@ -107,6 +111,6 @@ figure.color-adapting-image img {
|
||||
|
||||
@media only screen and (max-width: 400pt) {
|
||||
.links {
|
||||
background-color: rgb(30, 30, 30);
|
||||
background-color: rgb(23, 23, 23);
|
||||
}
|
||||
}
|
||||
|
@ -39,6 +39,10 @@ blockquote {
|
||||
background-image: url(../../images/header-bg-light.jpg);
|
||||
}
|
||||
|
||||
.links, .links li {
|
||||
border-color: rgb(211, 211, 211);
|
||||
}
|
||||
|
||||
.main {
|
||||
background-color: white;
|
||||
}
|
||||
|
Reference in New Issue
Block a user