diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-10-14 06:40:28 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-10-14 06:40:28 -0300 |
commit | e6a2920d186c10048fc2a835008d5626164c73de (patch) | |
tree | f0af1857db5672f241f21911c5965a46daee3e0e /src/static | |
parent | 4005c91ca2b7167021efb7bfbde3b2bc0827ffe9 (diff) |
content, css: colorize summary `span > b` instead of .group-name
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index d9b3bff0..99f14e47 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -397,6 +397,11 @@ body::before { padding-left: 5px; } +summary > span b { + font-weight: normal; + color: var(--primary-color); +} + summary > span:hover { cursor: pointer; text-decoration: underline; @@ -433,10 +438,6 @@ summary.underline-white > span:hover a:not(:hover) { text-decoration-color: white; } -summary .group-name { - color: var(--primary-color); -} - .sidebar > details ul, .sidebar > details ol { margin-top: 0; |