Skip to content

Commit 00f424a

Browse files
committed
Merge pull request #6 from Poorchop/table-header
Use dark background for table header
2 parents 1238180 + 5996261 commit 00f424a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wikipedia-dark.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
background-color: #282828 !important;
7272
}
7373

74-
table.wikitable > tr > th, table.wikitable > * > tr > th {
74+
table.wikitable > tr > th, table.wikitable > * > tr > th, div.barbox > table > tbody > tr > th {
7575
background-color: #333; /* don't include !important flag */
7676
}
7777

0 commit comments

Comments
 (0)