Skip to content

Commit

Permalink
Add white background for transparent images
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Dec 19, 2016
1 parent 2d2b5a6 commit e14f483
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wikipedia-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
background: #444 !important;
border-color: #555 !important;
}
/* add a white background to transparent images; see
* https://forum.userstyles.org/discussion/48549/x */
a.image img {
background: #ddd !important;
}

.keyboard-key {
box-shadow: 0.1em 0.2em 0.2em #444 !important;
Expand Down

1 comment on commit e14f483

@the-j0k3r
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adieu at this hack now causing more issues than not.

Please sign in to comment.