From fb9abee2858d736f1bc46d9ff1b0c45a8c7f18a5 Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 26 Nov 2017 14:25:46 +0300 Subject: [PATCH] FF options: match the default FF theme color --- options/options.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/options/options.css b/options/options.css index cd9cfa26..468e1a39 100644 --- a/options/options.css +++ b/options/options.css @@ -33,6 +33,11 @@ body { } } +.firefox body { + /* match the default FF theme */ + background-color: #f9f9fa; +} + .firefox .chromium-only { display: none; }