From ee3c4b94c937febe6e76b07a4fb6a2a0e590aa8f Mon Sep 17 00:00:00 2001 From: datguypiko <61329159+datguypiko@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:31:19 +0200 Subject: [PATCH] Update userChrome.css search active link selection background color change. --- userChrome.css | 1 + 1 file changed, 1 insertion(+) diff --git a/userChrome.css b/userChrome.css index 7d8fc37..e6dbf83 100644 --- a/userChrome.css +++ b/userChrome.css @@ -132,6 +132,7 @@ --panel-separator-color: var(--arrowpanel-border-color) !important; --panel-separator-zap-gradient: var(--panel-separator-color) !important; --lwt-sidebar-background-color: var(--firefoxcss-main-bg-color) !important; + --urlbarView-highlight-background: hsl(240, 2%, 20%) !important; } }