diff options
Diffstat (limited to 'src/static/css')
| -rw-r--r-- | src/static/css/site.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 0b6a8250..047f85c6 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -485,6 +485,10 @@ body::before, .wallpaper-part { overflow-wrap: break-word; } +.sidebar li.structured { + margin-bottom: 3px; +} + .sidebar > details.current summary { font-weight: 800; } @@ -1590,6 +1594,15 @@ label > input[type=checkbox]:not(:checked) + span { color: var(--page-primary-color); } +.flash-act-title { + display: inline-block; + text-decoration: inherit; +} + +a .flash-act-title { + color: var(--primary-color); +} + .wiki-commentary s:not(.spoiler) { text-decoration-color: #fff9; text-decoration-thickness: 1.4px; |