diff options
author | Ole Mussmann <gitlab+account@ole.mn> | 2025-02-02 18:17:24 +0100 |
---|---|---|
committer | Ole Mussmann <gitlab+account@ole.mn> | 2025-02-02 18:17:24 +0100 |
commit | 58ea04e3b0524b339cc6b469c4d4c5128cb99df4 (patch) | |
tree | 5dabf68cb418c5a39474c865f30ec9deccc64d3c /assets/css | |
parent | 3c39d685ce85558cf6d2d6b7aef96977254fda34 (diff) |
fix disappearing header links
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index c25d741..c454443 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -38,7 +38,7 @@ h6 { } .heading { - a { + .anchor { text-decoration: none; font-weight: normal; color: var(--content-secondary); @@ -47,7 +47,7 @@ h6 { font-family: var(--font-mono); } - &:hover a { + &:hover .anchor { visibility: visible; } } @@ -576,4 +576,4 @@ blockquote { blockquote p { margin-left: 1rem; margin-right: 1rem; -}
\ No newline at end of file +} |