This commit is contained in:
zyronon
2024-05-16 16:48:52 +08:00
parent 33fe1a33c0
commit 1025440425
16 changed files with 1221 additions and 521 deletions

View File

@@ -1,14 +1,9 @@
//@import '/node_modules/element-plus/dist/index.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "/node_modules/hover.css";
@import "variable.scss";
@import "anim";
@import 'element-plus/theme-chalk/dark/css-vars';
:root {
--color-background: #E6E8EB;
--color-main-bg: #E6E8EB;
@@ -142,7 +137,7 @@ html.dark {
}
html, body {
font-size: 1px;
//font-size: 1px;
padding: 0;
margin: 0;
width: 100vw;