diff --git a/src/votes/static/css/_site-header.scss b/src/votes/static/css/_site-header.scss index f1c55b6..c97ddc4 100644 --- a/src/votes/static/css/_site-header.scss +++ b/src/votes/static/css/_site-header.scss @@ -2,6 +2,12 @@ .nav-link { font-weight: bold; text-transform: uppercase; + + &.active { + text-decoration: underline; + text-underline-offset: 0.1rem; + text-decoration-thickness: 2px; + } } } @@ -21,7 +27,7 @@ margin-top: 1rem; margin-bottom: 0; - & > .nav-item { + &>.nav-item { border-top: 1px solid rgba(#000, 0.1); } @@ -50,4 +56,4 @@ @include media-breakpoint-up(lg) { --bs-gutter-x: #{ map-get($spacers, 5) * 2 }; } -} +} \ No newline at end of file