Skip to content

Commit

Permalink
fix workaround for black bg re: #119
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Oct 2, 2020
1 parent d4030ca commit a1f7943
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wikipedia-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ regexp("https?:\/\/.*wik(i|t).*(org|jp).*") {
regexp("https?:\/\/(([\w\-]{2,}\.)?(wiki(pedia|books|news|quote|source|versity|voyage)|wiktionary)|(www|test)\.(mediawiki|wiki(data|dot))|(meta|wikimania|commons|otrs-wiki|species|wikitech|incubator|outreach|foundation|donate)\.wikimedia)\.org\/.*"),
regexp("https?:\/\/wiki\.(archlinux|mozilla)\.(org|jp)\/.*$") {
/* transparent background */
html, body {
html, body, .mw-body[role="main"] {
background-color: var(--gray-2);
background-image: var(--bg-selected);
background-clip: border-box;
Expand Down Expand Up @@ -420,9 +420,6 @@ regexp("https?:\/\/wiki\.(archlinux|mozilla)\.(org|jp)\/.*$") {
background-color: transparent !important;
color: var(--gray-9a);
}
.mw-body[role="main"] {
background: var(--gray-2) !important;
}
.mw-mmv-download-pane .mw-mmv-download-attribution {
background-color: var(--gray-2);
color: var(--gray-a);
Expand Down

0 comments on commit a1f7943

Please sign in to comment.