summaryrefslogtreecommitdiff
path: root/browsers/firefox/userChrome.template.css
diff options
context:
space:
mode:
Diffstat (limited to 'browsers/firefox/userChrome.template.css')
-rw-r--r--browsers/firefox/userChrome.template.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/browsers/firefox/userChrome.template.css b/browsers/firefox/userChrome.template.css
deleted file mode 100644
index 509ed81..0000000
--- a/browsers/firefox/userChrome.template.css
+++ /dev/null
@@ -1,7 +0,0 @@
-:root{
- --accent-color: ACCENT;
-}
-
-#navigator-toolbox {
- background-color: var(--accent-color) !important;
-}