aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-03-16 17:13:23 -0400
committerSam Anthony <sam@samanthony.xyz>2026-03-16 17:13:23 -0400
commitb4aab043b469a136b9d2fd75d61212dc067b6419 (patch)
tree8b9cefb989aa554a51cda22bd40a7520e2465d18
parent4763716990130392a9cd03242804f6e405d5add6 (diff)
downloadaoidh-b4aab043b469a136b9d2fd75d61212dc067b6419.zip
bold active nav
-rw-r--r--assets/aoidh.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/aoidh.css b/assets/aoidh.css
index 188ffce..cf993a5 100644
--- a/assets/aoidh.css
+++ b/assets/aoidh.css
@@ -70,9 +70,14 @@ nav a {
}
li.nav-active a {
+ font-weight: bold;
box-shadow: .2rem .2rem var(--dark-yellow);
}
+li.nav-ancestor a {
+ font-weight: bold;
+}
+
nav a:active {
box-shadow: 0 0;
text-decoration: none;