From e14f4833a9adfa4a3075fb75ad97ad6d2e6acf4c Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Mon, 19 Dec 2016 12:20:23 -0600 Subject: [PATCH] Add white background for transparent images --- wikipedia-dark.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wikipedia-dark.css b/wikipedia-dark.css index ddefaae..8b990c5 100644 --- a/wikipedia-dark.css +++ b/wikipedia-dark.css @@ -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;