diff --git a/README.md b/README.md index 6109348..6a220aa 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ShadowFox was inspired by changes made in Firefox 57, which limited the amount a This project aims at creating a universal dark theme for Firefox while adhering to the modern design principles set by Mozilla. +You can visit the ShadowFox website at [overdodactyl.github.io/ShadowFox/](https://overdodactyl.github.io/ShadowFox/). + ## Preview ![preferences](.github/Screenshots/preview.png) diff --git a/css/userContent-files/webextension-tweaks/tree_style_tab.css b/css/userContent-files/webextension-tweaks/tree_style_tab.css index e0aab81..e758212 100644 --- a/css/userContent-files/webextension-tweaks/tree_style_tab.css +++ b/css/userContent-files/webextension-tweaks/tree_style_tab.css @@ -47,6 +47,12 @@ .tab .label { color: var(--in-content-page-color)!important } + .tab .counter { + color: var(--in-content-page-color)!important + } + :root.simulate-svg-context-fill .closebox::after { + background: var(--in-content-page-color)!important; + } .tab:hover { background-color: var(--in-content-category-header-background)!important }