From 16d5b750c2151590d3df9264cfb720d8c4699860 Mon Sep 17 00:00:00 2001 From: Gerome Matilla Date: Sat, 15 Aug 2020 17:48:26 +0800 Subject: [PATCH] light:change selected tab color --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 2633589..cd43295 100644 --- a/userChrome.css +++ b/userChrome.css @@ -43,7 +43,7 @@ --bf-icon-color: #0A0A0A; --bf-tab-toolbar-bg: #F2F2F2AA; - --bf-tab-selected-bg: #777777AA; + --bf-tab-selected-bg: #00000022; --bf-navbar-bg: var(--bf-bg); --bf-urlbar-bg: var(--bf-bg); --bf-urlbar-active-bg: var(--bf-bg);