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);