mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:22:25 -05:00
[feature/frontend] add light mode color scheme of base css, adapt to prefers-color-scheme (#3765)
This commit is contained in:
parent
a6d1f5bf2c
commit
42bbbaadb2
8 changed files with 80 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue