From 2625d8f12a1b06f52486f1c9490fc938538c055c Mon Sep 17 00:00:00 2001 From: rahul Date: Fri, 3 May 2024 15:30:36 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Content=20text=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/assets/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/assets/css/custom.css b/docs/assets/css/custom.css index 1daa56f8..c306aebb 100644 --- a/docs/assets/css/custom.css +++ b/docs/assets/css/custom.css @@ -180,6 +180,13 @@ body .markdown-section { /* link */ --link-color: #ba9afd; + + /* text */ + --primary-text-color: #fff; +} + +section.content{ + color: var(--primary-text-color); } /* sidebar */