Skip to content

Commit 6b54db1

Browse files
committed
Revert changes from #5; make background darker instead
1 parent b71d540 commit 6b54db1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

wikipedia-dark.css

+4-8
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888

8989
/*** Background Color Styles ***/
9090
/* Red */
91-
td[style*="background: #FDD;"] {
91+
td[style*="background: #FDD;"], .table-no {
9292
background: #722 !important;
9393
}
9494

9595
/* Green */
96-
#mp-left h2, #mp-left h2 span, td[style*="background: #99FF99;"] {
96+
#mp-left h2, #mp-left h2 span, td[style*="background: #99FF99;"], .table-yes {
9797
background: #244024 !important;
9898
}
9999

@@ -118,8 +118,8 @@
118118
}
119119

120120
/* Brown */
121-
#mp-center h2, #mp-center h2 span {
122-
background-color: #383812 !important;
121+
#mp-center h2, #mp-center h2 span, .table-partial {
122+
background-color: #321 !important;
123123
}
124124

125125
/*** Border ***/
@@ -168,10 +168,6 @@
168168
color: #ccc !important;
169169
}
170170

171-
.table-no, .table-yes, .table-partial {
172-
color: #000 !important;
173-
}
174-
175171
/*** Misc ***/
176172
#p-cactions li.selected a, #p-cactions li a, #p-cactions li a:hover {
177173
padding: 0 1em 0.1em !important;

0 commit comments

Comments
 (0)