From 0d0e62aedf8bfd8393f5ad17e369a95ddc12137f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 25 Aug 2024 17:06:50 +0530 Subject: firefox: Add private browsing indicator + move passthru indicator --- modules/firefox.home/chrome/styles/variables.css | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/firefox.home/chrome/styles/variables.css') diff --git a/modules/firefox.home/chrome/styles/variables.css b/modules/firefox.home/chrome/styles/variables.css index f002f1f..54ccb2b 100644 --- a/modules/firefox.home/chrome/styles/variables.css +++ b/modules/firefox.home/chrome/styles/variables.css @@ -4,6 +4,7 @@ --ff-bg-color: #0f0c19; --ff-bg-color-1: #16121f; --ff-bg-color-2: #26222f; + --ff-bg-private: hsl(247,36%,15%); --ff-urlbar-height: 28px; } -- cgit v1.3.1