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;