Update globals.scss

This commit is contained in:
gao1211287347 2024-06-09 23:20:17 +08:00 committed by GitHub
parent c268bd89b4
commit c798be217a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,8 @@
--white: white;
--black: rgb(48, 48, 48);
--gray: rgb(250, 250, 250);
--primary: rgb(29, 147, 171);
--second: rgb(231, 248, 255);
--primary: rgb(0.0.0);
--second: white;
--hover-color: #f3f3f3;
--bar-color: rgba(0, 0, 0, 0.1);
--theme-color: var(--gray);
@ -19,7 +19,7 @@
--card-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 0.05);
/* stroke */
--border-in-light: 1px solid rgb(222, 222, 222);
--border-in-light: 1px solid rgb(222, 222, 222);
}
@mixin dark {