From 313e2d3a078f8fb3e6f25afff34c8424307faf13 Mon Sep 17 00:00:00 2001 From: 0scar Date: Mon, 15 Jan 2024 14:24:19 +0100 Subject: Fix foreground color in userchrome --- chrome/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/userChrome.css') diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 6a6aa15..377da04 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -209,5 +209,5 @@ tab[selected="true"] .tab-background { } .tabbrowser-tab .tab-label { color: var(--fg) !important; } -.tabbrowser-tab .tab-label[selected="true"] { color: var(--bg) !important; } +.tabbrowser-tab[selected="true"] .tab-label { color: var(--bg) !important; } .tab-close-button { fill: var(--fg) !important } -- cgit v1.3