From afd604212b1b69a42bc4f39801c8144d2d71c836 Mon Sep 17 00:00:00 2001 From: wenyuan <49969025+wenyuanw@users.noreply.github.com> Date: Tue, 17 Jun 2025 21:01:30 +0800 Subject: [PATCH] fix(projects): ensure proper text color when themes are inverted --- src/styles/css/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/css/global.css b/src/styles/css/global.css index 3121a315..51cf0ef6 100644 --- a/src/styles/css/global.css +++ b/src/styles/css/global.css @@ -10,4 +10,5 @@ body, html { overflow-x: hidden; + color: rgb(var(--base-text-color)); }