diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-16 17:13:23 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-16 17:13:23 -0400 |
| commit | b4aab043b469a136b9d2fd75d61212dc067b6419 (patch) | |
| tree | 8b9cefb989aa554a51cda22bd40a7520e2465d18 /assets | |
| parent | 4763716990130392a9cd03242804f6e405d5add6 (diff) | |
| download | aoidh-b4aab043b469a136b9d2fd75d61212dc067b6419.zip | |
bold active nav
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/aoidh.css | 5 |
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; |