From 749c435437ea4b5ba3084d49779106330aba9e84 Mon Sep 17 00:00:00 2001 From: timea-solid <4144203+timea-solid@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:37:37 +0100 Subject: [PATCH] fixed typo --- src/styles/themes/light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/themes/light.css b/src/styles/themes/light.css index 5a8a8839..d64e9d23 100644 --- a/src/styles/themes/light.css +++ b/src/styles/themes/light.css @@ -6,7 +6,7 @@ :root { /* Background and Text */ --color-background: white; - --color-text: ##1A1A1A; + --color-text: #1A1A1A; --color-text-secondary: #666; --color-text-light: #aaa; --color-text-link: #3B5998;