Skip to content

Commit 4aaa607

Browse files
committed
Add nav popup styling. Fixes #21
1 parent 1093d24 commit 4aaa607

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wikipedia-dark.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
color: #b9b9b9 !important;
8686
}
8787

88-
td[style*="background:#FFFFFF"], .jfk-bubble {
88+
td[style*="background:#FFFFFF"], .jfk-bubble, .navpopup {
8989
background-color: #181818 !important;
9090
}
9191

@@ -136,7 +136,7 @@
136136
}
137137
/* add a white background to transparent images; see
138138
* https://forum.userstyles.org/discussion/48549/x */
139-
a.image img {
139+
a.image img, a[href*=".svg"] img {
140140
background: #ddd !important;
141141
}
142142

@@ -189,7 +189,7 @@
189189
border-color: /*[[base-color]]*/ #4183C4 !important;
190190
}
191191

192-
div, span:not([class*="color"]), table, tr:not([style*="border-bottom"]), th,
192+
div:not([style*="-color"]), span:not([class*="color"]), table, tr:not([style*="border-bottom"]), th,
193193
td:not([style*="border-bottom"]), h1, h2, h3, h4, h5, h6, ul, li, input, select,
194194
#bodyContent code {
195195
border-color: #555 !important;

0 commit comments

Comments
 (0)