From cb9be86a7f0f41b19852ef66eb1fd1b7cb4812ac Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 26 Jun 2023 13:46:55 +0200 Subject: [PATCH] Update light.css --- themes/light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/light.css b/themes/light.css index b0579fd..8793acf 100644 --- a/themes/light.css +++ b/themes/light.css @@ -2,7 +2,7 @@ @import url("https://fonts.googleapis.com/css2?family=Inconsolata&display=swap"); :root { - --color-bg: #fffff4; + --color-bg: #FFFFF5; --color-text: #000; --gap-l: 2.5rem; }