From 2be5000f8ee8fba93718f717bf2f1ad507fecf07 Mon Sep 17 00:00:00 2001 From: hyzen Date: Sun, 15 Mar 2026 21:21:26 +0530 Subject: [PATCH] Update: color adjust --- 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 9c30cb1..4d3f98b 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -445,11 +445,11 @@ /* Force light theme */ [data-theme='light'] { --background-color: #fff; - --background-color1: #777; + --background-color1: #ff3d3d; --foreground-color: #000000e1; --foreground-color3: #665c54; --accent-color: #1133e9c5; - --menu-color: #000000ae; + --menu-color: #00000094; } /* Force dark theme */ diff --git a/static/css/custom.css b/static/css/custom.css index 9c30cb1..4d3f98b 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -445,11 +445,11 @@ /* Force light theme */ [data-theme='light'] { --background-color: #fff; - --background-color1: #777; + --background-color1: #ff3d3d; --foreground-color: #000000e1; --foreground-color3: #665c54; --accent-color: #1133e9c5; - --menu-color: #000000ae; + --menu-color: #00000094; } /* Force dark theme */