From 9de7c3e72034d2b125a465a8f95ff209843f523c Mon Sep 17 00:00:00 2001 From: Pat Johnson Date: Sun, 10 Jun 2018 00:54:59 -0600 Subject: [PATCH 1/3] Add website link to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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) From 0b0f4842665c8f77b464696522c4f99c3ad54450 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 12 Jun 2018 16:35:01 +0200 Subject: [PATCH 2/3] force counter in white --- css/userContent-files/webextension-tweaks/tree_style_tab.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/userContent-files/webextension-tweaks/tree_style_tab.css b/css/userContent-files/webextension-tweaks/tree_style_tab.css index e0aab81..96088e0 100644 --- a/css/userContent-files/webextension-tweaks/tree_style_tab.css +++ b/css/userContent-files/webextension-tweaks/tree_style_tab.css @@ -47,6 +47,9 @@ .tab .label { color: var(--in-content-page-color)!important } + .tab .counter { + color: var(--in-content-page-color)!important + } .tab:hover { background-color: var(--in-content-category-header-background)!important } From 0dea0401d739c825c46df2e478b76c1044247b06 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 12 Jun 2018 16:35:38 +0200 Subject: [PATCH 3/3] force close button in white --- css/userContent-files/webextension-tweaks/tree_style_tab.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/userContent-files/webextension-tweaks/tree_style_tab.css b/css/userContent-files/webextension-tweaks/tree_style_tab.css index 96088e0..e758212 100644 --- a/css/userContent-files/webextension-tweaks/tree_style_tab.css +++ b/css/userContent-files/webextension-tweaks/tree_style_tab.css @@ -50,6 +50,9 @@ .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 }