fix: update theme imports in globals.css

This commit is contained in:
twwu 2024-11-22 11:02:45 +08:00
parent 3e3ae989f0
commit d45ce48932
3 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
@import "../../themes/light.css";
@import "../../themes/dark.css";
@import "../../themes/other-light.css";
@import "../../themes/other-dark.css";
@import "../../themes/manual-light.css";
@import "../../themes/manual-dark.css";
html[data-changing-theme] * {
transition: none !important;