diff --git a/static/styles/root.css b/static/styles/root.css index e5088d2..0606b31 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -268,14 +268,14 @@ nav.site { } nav.site li { + color: var(--mid-blue); display: block; margin-inline-end: 0.5em; } -nav.site .active { - font-weight: bold; -} +nav.site .active { font-weight: bold; } nav.bulleted li:first-child::before { + color: var(--foreground-color); content: ""; margin-inline-end: 0; } @@ -284,6 +284,7 @@ nav.bulleted li::before { color: var(--foreground-header-color); content: "•"; font-size: 60%; + font-weight: normal; opacity: 80%; margin-inline-end: 0.5em; }