[feature/frontend] add light mode color scheme of base css, adapt to prefers-color-scheme (#3765)

This commit is contained in:
CDN 2025-02-09 19:22:41 +08:00 committed by GitHub
commit 42bbbaadb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 80 additions and 2 deletions

View file

@ -23,6 +23,10 @@
--blue2: var(--blurple5);
--blue3: var(--blurple6);
/* Use hardcoded grey as gray get restyled in light mode */
--gray1: #2a2b2f;
--gray2: #35363b;
/* Basic page styling (background + foreground) */
--bg: var(--blurple1);
--bg-accent: var(--white2);