summaryrefslogtreecommitdiff
path: root/browsers/firefox/userChrome.template.css
diff options
context:
space:
mode:
authorauric <auric7@protonmail.com>2025-09-11 18:00:59 -0500
committerauric <auric7@protonmail.com>2025-09-11 18:00:59 -0500
commit38a82bc7e3569b7502a652c9f3fea37a017c0ccb (patch)
treedb4551326bf98c02a099c5df213a1dff047c2ca8 /browsers/firefox/userChrome.template.css
parent61eaeb858dbe12dcf1596b725a3bab1df66569f4 (diff)
Remove browsers
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;
-}