From 9dae175c33998c67110f20d18bb963662e8ed993 Mon Sep 17 00:00:00 2001 From: hyzen Date: Thu, 5 Mar 2026 04:23:40 +0530 Subject: [PATCH] Update: light theme --- docs/css/custom.css | 4 ++-- static/css/custom.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index 5da205c..999610b 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -428,8 +428,8 @@ [data-theme='light'] { --background-color: #fffff4; --background-color1: #777; - --foreground-color: #1f2228; - --foreground-color3: #665c54; + --foreground-color: #1f0000; + --foreground-color3: #1f0000; --accent-color: #591818; } diff --git a/static/css/custom.css b/static/css/custom.css index 5da205c..999610b 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -428,8 +428,8 @@ [data-theme='light'] { --background-color: #fffff4; --background-color1: #777; - --foreground-color: #1f2228; - --foreground-color3: #665c54; + --foreground-color: #1f0000; + --foreground-color3: #1f0000; --accent-color: #591818; }