Improved navigation: folding, vsual feedback, optimization for mobile

(cherry picked from commit db50f282bab1e98397cc7434a811b8b7da2fe6dc)
This commit is contained in:
Silvio Giebl
2019-08-10 20:53:59 +02:00
parent 0a8138a6e0
commit 0ebbe4bb4e
6 changed files with 88 additions and 55 deletions

View File

@@ -113,8 +113,6 @@
}
.site-nav {
@include container;
@include mq(md) {
padding-top: $sp-8;
padding-bottom: $gutter-spacing-sm;
@@ -165,6 +163,11 @@
}
}
.site-title:hover,
.site-button:hover {
background-color: darken($sidebar-color, 3%);
}
// stylelint-disable selector-max-type
body {