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; }