diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-09-18 08:29:31 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-09-18 08:29:31 -0300 |
commit | f36fa482e6d9c476c477c8271f2aa46c3744134e (patch) | |
tree | b9c5be63a368e84100a6eca7ce1b8aa4a4157385 /src/static/css | |
parent | 04258f47265f1ea9e279b2b55912f631348f9ba6 (diff) |
content, css: style <s> nicely in wiki commentary preview
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 89fe0384..d2bd6bd9 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1542,6 +1542,12 @@ li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), color: var(--page-primary-color); } +.wiki-commentary s:not(.spoiler) { + text-decoration-color: #fff9; + text-decoration-thickness: 1.4px; + color: #fffb; +} + s.spoiler { display: inline-block; color: transparent; |