Skip to content

Commit

Permalink
Add nav popup styling. Fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Jan 6, 2017
1 parent 1093d24 commit 4aaa607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wikipedia-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
color: #b9b9b9 !important;
}

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

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

Expand Down Expand Up @@ -189,7 +189,7 @@
border-color: /*[[base-color]]*/ #4183C4 !important;
}

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

0 comments on commit 4aaa607

Please sign in to comment.