diff --git a/assets/sass/style.sass b/assets/sass/style.sass index cf14381..d6b5592 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -90,7 +90,7 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white)), $colors) // @import "bulma/sass/components/breadcrumb" @import "bulma/sass/components/card" // @import "bulma/sass/components/dropdown" -// @import "bulma/sass/components/level" +@import "bulma/sass/components/level" // @import "bulma/sass/components/list" // @import "bulma/sass/components/media" @import "bulma/sass/components/menu" @@ -174,7 +174,7 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white)), $colors) max-width: 80ch =active - color: $black + color: $secondary-dark font-weight: 700 .nav @@ -184,10 +184,10 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white)), $colors) +active ul.nav-section-links - margin-top: 1rem + margin: 1rem 0 2rem 1.25rem li - font-size: 1rem + font-size: 1.25rem &.is-active +active diff --git a/layouts/partials/javascript.html b/layouts/partials/javascript.html index 6364fcb..4f690db 100644 --- a/layouts/partials/javascript.html +++ b/layouts/partials/javascript.html @@ -1,2 +1 @@ - \ No newline at end of file diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 4b4f9a3..f8eba1b 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -2,22 +2,30 @@ {{ $docsSections := (index (where site.Sections "Section" "docs") 0).Sections }} {{ $currentSection := .CurrentSection }} -