style: 注释掉 body 的 color 属性

为了简化样式或进行调试,暂时注释掉 body 的 color 属性
This commit is contained in:
Yakumo Hokori 2025-05-03 19:09:38 +08:00
parent 20c1bf8c40
commit 13dde6175d

View File

@ -60,7 +60,7 @@
body { body {
min-height: 100vh; min-height: 100vh;
color: var(--color-text); /* color: var(--color-text); */
/* background: var(--color-background); */ /* background: var(--color-background); */
transition: transition:
color 0.5s, color 0.5s,