diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-02-09 18:37:25 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-02-09 18:38:44 -0400 |
| commit | e9a68b43a53a1aa1fc5d0f954241261807785fb2 (patch) | |
| tree | 09ee001ff07900a71ed59f09675ac23f8d7b2ec7 /src/static/css | |
| parent | 3c98e89daad1e312907c6f5f614b44b38f65408e (diff) | |
data, content, css: FlashAct.{shortName,title,titleColor}
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; |