This commit is contained in:
Steven Sun 2024-07-22 05:40:00 +00:00
parent 622d8a4edb
commit 570202d2c4
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
--black: rgb(48, 48, 48);
--gray: rgb(250, 250, 250);
--primary: rgb(29, 147, 171);
--second: rgb(231, 248, 255);
// --second: rgb(231, 248, 255);
--second: #ffffff
--hover-color: #f3f3f3;
--bar-color: rgba(0, 0, 0, 0.1);
--theme-color: var(--gray);