diff options
| -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; |