From c9349457ede29bb7582c920aead3d04596df8138 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Tue, 27 May 2025 10:00:12 -0700 Subject: [PATCH] css: adjust color blend for search bg --- quartz/components/styles/search.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/styles/search.scss b/quartz/components/styles/search.scss index 2cf98ce..1712ca6 100644 --- a/quartz/components/styles/search.scss +++ b/quartz/components/styles/search.scss @@ -8,7 +8,7 @@ } & > .search-button { - background-color: var(--lightgray); + background-color: color-mix(in srgb, var(--lightgray) 60%, var(--light)); border: none; border-radius: 4px; font-family: inherit;