From 6207d8a75e40aa76008edaffbbe138bbc9f6baa4 Mon Sep 17 00:00:00 2001 From: auric <104602845+ihateamongus@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:13:57 -0500 Subject: Add dynamic Firefox accent color extension --- browsers/firefox/userChrome.template.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 browsers/firefox/userChrome.template.css (limited to 'browsers/firefox/userChrome.template.css') 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; +} -- cgit v1.2.3