From 6241338d3604df4bbdf10b8bef0bf3d07d786654 Mon Sep 17 00:00:00 2001 From: hyzen Date: Sun, 15 Mar 2026 22:57:09 +0530 Subject: [PATCH] Update: colorscheme --- docs/css/custom.css | 2 +- static/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index aee4613..c173d65 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -445,7 +445,7 @@ /* Force light theme */ [data-theme='light'] { --background-color: #fff; - --background-color1: #ff3d3d; + --background-color1: #777; --foreground-color: #000000e1; --foreground-color3: #665c54; --accent-color: #1133e9c5; diff --git a/static/css/custom.css b/static/css/custom.css index aee4613..c173d65 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -445,7 +445,7 @@ /* Force light theme */ [data-theme='light'] { --background-color: #fff; - --background-color1: #ff3d3d; + --background-color1: #777; --foreground-color: #000000e1; --foreground-color3: #665c54; --accent-color: #1133e9c5;