feat: change theme and index style

This commit is contained in:
廖庆斯
2024-11-20 00:09:25 +08:00
parent 6aaf607ed7
commit 9a97a1ee72
19 changed files with 5190 additions and 14633 deletions

View File

@@ -0,0 +1,21 @@
@import 'font.styl'
:root[data-theme="dark"]{
--text-color: rgba(255, 255, 255, 1) !important; //
--normal-color: rgba(163, 174, 208, 1); //
p, h1, h2, h3, h4, h5, h6, article {
color: var(--text-color) !important;
font-family: $font-regular;
}
html,
body,
#app,
.wrapper {
background-color: rgb(13, 20, 53) !important;
font-family: $font-regular;
}
--btnColor: linear-gradient(88deg, #af61f0 1.44%, #5b62ce);
--card-bg: rgba(17, 28, 68, 1);
}