From 30c17089795d702e7117694b66a4391fcf58a724 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 6 Nov 2025 08:15:59 +0200 Subject: [PATCH] style/alert bar: update the background color for the light color scheme --- apps/client/src/stylesheets/theme-next-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next-light.css b/apps/client/src/stylesheets/theme-next-light.css index 03328f7ad..a5a913c4a 100644 --- a/apps/client/src/stylesheets/theme-next-light.css +++ b/apps/client/src/stylesheets/theme-next-light.css @@ -183,7 +183,7 @@ --inactive-tab-hover-background-color: #00000016; --inactive-tab-text-color: #4e4e4e; - --alert-bar-background: #32637b29; + --alert-bar-background: #f9cf2b29; --read-only-note-info-bar-background: var(--alert-bar-background); --badge-background-color: #00000011;