From 033269ac9b57942e79b1261d1069699128442325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Reu=C3=9Fe?= Date: Sat, 28 Oct 2017 09:41:48 +0200 Subject: [PATCH] =?UTF-8?q?popup:=20don=E2=80=99t=20assume=20the=20browser?= =?UTF-8?q?=20styles=20text=20in=20black?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #218. --- popup/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/popup/popup.css b/popup/popup.css index ebb958c2..f8fb5e66 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -6,6 +6,7 @@ body { } .firefox body { background-color: #fff; + color: #000; } body > div:not(#installed) {