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 */