From 8c46c2ca074d002424215580b95ba8e5ea2ae126 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 10 Jun 2025 20:58:44 +0100 Subject: [PATCH] Fix figcaption dark style --- www/-/s/style-dark.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/-/s/style-dark.css b/www/-/s/style-dark.css index daf6e37f..81f8532a 100644 --- a/www/-/s/style-dark.css +++ b/www/-/s/style-dark.css @@ -215,6 +215,11 @@ td[style*="background:#ddddff"], td[style*="background:#efefef"], td[style*="bac background-color: #282828 !important; } +figcaption { + color: lightgray !important; + background-color: #282828 !important; +} + table.wikitable > tr > th, table.wikitable > * > tr > th, div.barbox > table > tbody > tr > th { background-color: #333;