fix(projects): ensure proper text color when themes are inverted

This commit is contained in:
wenyuan 2025-06-17 21:01:30 +08:00 committed by Soybean
parent fcb89883fa
commit afd604212b

View File

@ -10,4 +10,5 @@ body,
html { html {
overflow-x: hidden; overflow-x: hidden;
color: rgb(var(--base-text-color));
} }