From 0d5cd2e554835acb86f4a27337d55110b5479a4e Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Sat, 11 Feb 2023 09:33:00 +0500 Subject: [PATCH] docs: improve contrast of foreground colors --- docs/help/contents/_include/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/help/contents/_include/custom.css b/docs/help/contents/_include/custom.css index 4a137a59a..d53845844 100644 --- a/docs/help/contents/_include/custom.css +++ b/docs/help/contents/_include/custom.css @@ -120,6 +120,10 @@ html.light { --document-bg: #f3f3f3; --selection-bg: #00883766; --selection-fg: #fff; + + --fg: #403f53; + --fg-dim: #403f53cc; + --fg-dimmer: #403f53bb; } html.dark {