diff options
Diffstat (limited to 'src/static/css/site.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; |