From 123cbfa64466dbc21053e553451a813e6fb20266 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Sun, 4 May 2025 21:31:54 +0200 Subject: [PATCH] fix: Fixed issues with light mode on the url bar, b=(no-bug), c=common --- src/zen/common/styles/zen-urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-urlbar.css b/src/zen/common/styles/zen-urlbar.css index 5a7aeb752..9923edd5e 100644 --- a/src/zen/common/styles/zen-urlbar.css +++ b/src/zen/common/styles/zen-urlbar.css @@ -550,7 +550,7 @@ button.popup-notification-dropmarker { & *, & .urlbarView-title-separator::before { - color: white !important; + color: lgith-dark(black, white) !important; } & .urlbarView-favicon {