From ff7caa37cee2032120df044708a8a3eb1aaf374a Mon Sep 17 00:00:00 2001 From: achmizs Date: Sat, 2 Feb 2019 00:27:18 -0500 Subject: [PATCH] Corrected styling quirk in Opera --- chrome/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/popup.css b/chrome/popup.css index 3082757..e1d159b 100644 --- a/chrome/popup.css +++ b/chrome/popup.css @@ -15,6 +15,7 @@ body { display: flex; flex-flow: column; font-family: Inconsolata, sans-serif; + background-color: #fff; } /***********/