From a1d9d3b9d8c1512abf9971c489ab134f6694eaef Mon Sep 17 00:00:00 2001 From: sefaria Date: Thu, 28 May 2026 23:35:26 +0200 Subject: [PATCH] fixed typo --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index db8acd3..a1f8913 100644 --- a/css/style.css +++ b/css/style.css @@ -55,7 +55,7 @@ :root { color-scheme: light dark; - background-color: light-dark(##F7F7F7, #121212); + background-color: light-dark(#F7F7F7, #121212); /* Primitive tokens: raw design values */ --color-neutral-100: #F7F7F7;