From 8d42222754cd8e3ac0994396ae2bf96cba41dc8f Mon Sep 17 00:00:00 2001 From: adityadhiman0 Date: Sun, 10 Nov 2024 22:47:36 +0530 Subject: [PATCH] Fix issue #1684 --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index 8a066dc1..4c084fc9 100644 --- a/style.css +++ b/style.css @@ -334,3 +334,13 @@ body { } +/* tab-content font color */ +.about-content h2{ + color: wheat; +} +.tab-content{ + color: wheat; +} +.tab-content .tab-list .tab-text{ + color: wheat; +} \ No newline at end of file