diff --git a/assets/css/style.css b/assets/css/style.css index 156ab1fe..e9b6cfbb 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -102,8 +102,10 @@ body { font-size: 1.25rem; } -.primary_nav__navitem.-active .primary_nav__navlink { +.primary_nav__navlink.-active, +.primary_nav__sub_navlink.-active { color: var(--wtf-orange); + text-decoration: underline; } .primary_nav__navitem.-last, .primary_nav__navitem.-last a { @@ -115,7 +117,7 @@ body { color: var(--wtf-nearly-black); } -.primary_nav__sub_navitem .primary_nav__navlink { +.primary_nav__sub_navlink { color: var(--wtf-nearly-white); } @@ -1559,7 +1561,8 @@ footer { border-top: none; } - .primary_nav__sub_navitem .primary_nav__navlink { + .primary_nav__navlink, + .primary_nav__sub_navlink { color: var(--wtf-nearly-black) } diff --git a/templates/blocks/navigation.html b/templates/blocks/navigation.html new file mode 100644 index 00000000..969eca96 --- /dev/null +++ b/templates/blocks/navigation.html @@ -0,0 +1,64 @@ +{% block navigation %} + +{% endblock %} \ No newline at end of file diff --git a/templates/header_slim.html b/templates/header_slim.html index 0e61b293..8e14f48a 100644 --- a/templates/header_slim.html +++ b/templates/header_slim.html @@ -24,71 +24,8 @@
-
diff --git a/templates/header_with_logo.html b/templates/header_with_logo.html index a90f239a..c5f025ef 100644 --- a/templates/header_with_logo.html +++ b/templates/header_with_logo.html @@ -24,71 +24,8 @@
-