diff --git a/sass/_nav.scss b/sass/_nav.scss index 657aff5..ca07fe0 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -61,6 +61,11 @@ nav { display:flex; justify-content:center; background:$nav-background-secondary; + + a.active { + color: $nav-anchor-hover-color; + background-color: $nav-background-primary; + } } } diff --git a/templates/macros.html b/templates/macros.html index 0960b2d..329685c 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -42,7 +42,11 @@ {% macro subnav() %}