This commit is contained in:
overdodactyl 2018-06-18 20:08:39 -06:00
commit bbeebf0f3e
2 changed files with 8 additions and 0 deletions

View File

@ -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)

View File

@ -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
}