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