From c588ee102c9bfac0472892c1595e2d1cfaf9e0cb Mon Sep 17 00:00:00 2001 From: sefaria Date: Mon, 29 Jun 2026 17:22:58 +0200 Subject: [PATCH] make overlay blur to adhere to light-dark --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index ffdc3e9..43f56c6 100644 --- a/css/style.css +++ b/css/style.css @@ -191,9 +191,8 @@ --border: #d8d8d8; --header-offset: 6.5rem; - --overlay: rgb(12 12 12 / 0.8); + --overlay: light-dark(rgb(247 247 247 / 0.8), rgb(18 18 18 / 0.8)); --panel: rgb(255 255 255 / 0.76); - } *,