Fix figcaption dark style

This commit is contained in:
Jaifroid 2025-06-10 20:58:44 +01:00
parent 4d46656112
commit 8c46c2ca07

View File

@ -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;