diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-19 21:52:18 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-19 21:52:18 -0300 |
| commit | e56b564efe888e028e4b01891d9074e8532360d2 (patch) | |
| tree | 4525dd2a274f8320d94be5cfbf1b1ad8586420d2 /src/static/css/miscellany.css | |
| parent | e518aba281c2deca085bcb1245f8da5448f28981 (diff) | |
data, content: additional file artists preview
Diffstat (limited to 'src/static/css/miscellany.css')
| -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; } |