diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-01-15 13:24:19 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-01-15 13:24:19 +0000 |
| commit | 313e2d3a078f8fb3e6f25afff34c8424307faf13 (patch) | |
| tree | 6a436b385a44ce1bcfbaa54266e6a6521b874d78 | |
| parent | 6560ce1b95bc8ed06867d45401c7a4b2f3f59524 (diff) | |
Fix foreground color in userchrome
| -rw-r--r-- | chrome/userChrome.css | 2 |
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 } |
