summaryrefslogtreecommitdiff
path: root/chrome
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-01-15 13:24:19 +0000
committer0scar <qgt268@alumni.ku.dk>2024-01-15 13:24:19 +0000
commit313e2d3a078f8fb3e6f25afff34c8424307faf13 (patch)
tree6a436b385a44ce1bcfbaa54266e6a6521b874d78 /chrome
parent6560ce1b95bc8ed06867d45401c7a4b2f3f59524 (diff)
Fix foreground color in userchrome
Diffstat (limited to 'chrome')
-rw-r--r--chrome/userChrome.css2
1 files changed, 1 insertions, 1 deletions
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 }