summaryrefslogtreecommitdiff
path: root/browsers/firefox/userChrome.template.css
diff options
context:
space:
mode:
authorauric <104602845+ihateamongus@users.noreply.github.com>2025-09-11 15:13:57 -0500
committerauric <104602845+ihateamongus@users.noreply.github.com>2025-09-11 15:13:57 -0500
commit6207d8a75e40aa76008edaffbbe138bbc9f6baa4 (patch)
tree0ab78ec4155721ae8571fdcac435c9b84e232ca9 /browsers/firefox/userChrome.template.css
parent2d10fcf6bb85732819385f20a9bc13c50036c0f7 (diff)
Add dynamic Firefox accent color extension
Diffstat (limited to 'browsers/firefox/userChrome.template.css')
-rw-r--r--browsers/firefox/userChrome.template.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/browsers/firefox/userChrome.template.css b/browsers/firefox/userChrome.template.css
new file mode 100644
index 0000000..509ed81
--- /dev/null
+++ b/browsers/firefox/userChrome.template.css
@@ -0,0 +1,7 @@
+:root{
+ --accent-color: ACCENT;
+}
+
+#navigator-toolbox {
+ background-color: var(--accent-color) !important;
+}