We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d75fc4 + f3165f1 commit 858321cCopy full SHA for 858321c
resources/css/dark.css
@@ -188,7 +188,8 @@ body.dark-theme {
188
.dark-theme table.mw-datatable th,
189
.dark-theme table.mw-datatable td.h13,
190
.dark-theme table.mw-datatable th.h13 {
191
- background-color: #102448
+ background-color: #102448;
192
+ color: var(--font-color);
193
}
194
.dark-theme table.wikitable th,
195
.dark-theme table.wikitable td,
@@ -396,7 +397,7 @@ body.dark-theme {
396
397
background-color: unset;
398
border-color: #8b8174;
399
-.dark-theme figure[typeof],
400
+.dark-theme figure[typeof]:not([typeof="mw:File"]),
401
.dark-theme figure[typeof] > figcaption,
402
.dark-theme div.thumbinner {
403
background-color: #070605;
0 commit comments