From d1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 25 Aug 2024 00:32:18 +0530 Subject: Refactor firefox config --- modules/firefox.home/chrome/styles/variables.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/firefox.home/chrome/styles/variables.css (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 new file mode 100644 index 0000000..f002f1f --- /dev/null +++ b/modules/firefox.home/chrome/styles/variables.css @@ -0,0 +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-urlbar-height: 28px; +} + -- cgit v1.3.1