This commit is contained in:
2025-12-16 20:20:53 +07:00
commit 2e651f1c89
315 changed files with 33529 additions and 0 deletions

15
src/styles/css/global.css Normal file
View File

@@ -0,0 +1,15 @@
@import './reset.css';
@import './nprogress.css';
@import './transition.css';
html,
body,
#app {
height: 100%;
text-autospace: normal;
}
html {
overflow-x: hidden;
color: rgb(var(--base-text-color));
}