From 2324ef9f156fa84e5f5306790be970a73cf3e549 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Tue, 23 Sep 2025 13:17:27 +0200 Subject: [PATCH] feat: Reduce the font weight for the omnibox, b=no-bug, c=common --- src/zen/common/styles/zen-omnibox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-omnibox.css b/src/zen/common/styles/zen-omnibox.css index cb8b4a69c..572d332f8 100644 --- a/src/zen/common/styles/zen-omnibox.css +++ b/src/zen/common/styles/zen-omnibox.css @@ -163,7 +163,7 @@ z-index: 2; & .urlbar-input-container { - font-weight: 500; + font-weight: 400; } & #identity-box {