From 653b19aa1e732f56453db383504fe8a5438bda5a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 8 Feb 2026 13:15:45 +0530 Subject: Enable firefox --- modules/firefox.home/chrome/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/firefox.home/chrome/styles') diff --git a/modules/firefox.home/chrome/styles/variables.css b/modules/firefox.home/chrome/styles/variables.css index 82e1723..fa6a944 100644 --- a/modules/firefox.home/chrome/styles/variables.css +++ b/modules/firefox.home/chrome/styles/variables.css @@ -1,9 +1,9 @@ :root { - --ff-accent-color: #4e3aA3; - --ff-accent-color-1: #8161ff; - --ff-bg-color: #0f0c19; - --ff-bg-color-1: #16121f; - --ff-bg-color-2: #26222f; + --ff-accent-color: #007070; + --ff-accent-color-1: #009090; + --ff-bg-color: #000000; + --ff-bg-color-1: #101414; + --ff-bg-color-2: #202222; --ff-bg-private: hsl(247, 36%, 15%); --ff-urlbar-height: 24px; } -- cgit v1.3.1