popup: don’t assume the browser styles text in black

Fixes #218.
This commit is contained in:
Sebastian Reuße 2017-10-28 09:41:48 +02:00 committed by tophf
parent e9a7640a3f
commit 033269ac9b

View File

@ -6,6 +6,7 @@ body {
} }
.firefox body { .firefox body {
background-color: #fff; background-color: #fff;
color: #000;
} }
body > div:not(#installed) { body > div:not(#installed) {