From 3b9c9e70fd5fc481d479c35ac00b4182ff79045c Mon Sep 17 00:00:00 2001 From: Blazer Date: Mon, 2 Dec 2024 01:26:03 -0600 Subject: [PATCH] Fix that --- chrome/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 13339dd..c20b524 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -60,7 +60,7 @@ #urlbar-input::-moz-selection, .urlbarView-row[selected] { - background-color: SelectedItem !important; + background-color: var(--cust-accent-inactive) !important; } /* SETUP */