diff options
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/css/miscellany.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css index eb085693..37fefb40 100644 --- a/src/static/css/miscellany.css +++ b/src/static/css/miscellany.css @@ -503,9 +503,9 @@ text-decoration: none !important; } - summary > span:hover:has(a:hover) a, - summary > span:hover:has(a.nested-hover) a, - summary.has-nested-hover > span a { + summary > span:hover:has(a:hover) a:hover, + summary > span:hover:has(a.nested-hover) a:hover, + summary.has-nested-hover > span a:hover { text-decoration: underline !important; } |