From e17e9a0630bcb7a45710a334d2fe3dcfae27b2a3 Mon Sep 17 00:00:00 2001 From: co1ncidece Date: Mon, 6 Jul 2020 16:57:54 -0500 Subject: :smile: new background color! --- firefox-userchrome/userChrome.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'firefox-userchrome/userChrome.css') diff --git a/firefox-userchrome/userChrome.css b/firefox-userchrome/userChrome.css index 6d70a0f..97615d8 100644 --- a/firefox-userchrome/userChrome.css +++ b/firefox-userchrome/userChrome.css @@ -1,9 +1,14 @@ +/* + * GaugeK's userChrome.css + * github.com/GaugeK/dots + */ + :root { /* ---- */ - --bg0: #262727; - --bg1: #262727; + --bg0: #1c1b1d; + --bg1: #1c1b1d; --bg2: #9e736a; - --bg3: #262727; + --bg3: #1c1b1d; --bg4: #f0d3c9; --button: #bbbbbf1a; /* ---- */ -- cgit v1.2.3