diff options
author | co1ncidece <r3yan.chaudhry@zohomail.com> | 2020-07-06 16:57:54 -0500 |
---|---|---|
committer | co1ncidece <r3yan.chaudhry@zohomail.com> | 2020-07-06 16:57:54 -0500 |
commit | e17e9a0630bcb7a45710a334d2fe3dcfae27b2a3 (patch) | |
tree | 9335b94eb0328250734a3e8dcbc96225d03a6ec1 /firefox-userchrome/userChrome.css | |
parent | 2a683ba1fca26580af5f3e33ea268ebce0ae860e (diff) |
:smile: new background color!
Diffstat (limited to 'firefox-userchrome/userChrome.css')
-rw-r--r-- | firefox-userchrome/userChrome.css | 11 |
1 files changed, 8 insertions, 3 deletions
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; /* ---- */ |