diff options
| author | 2025-02-09 19:22:41 +0800 | |
|---|---|---|
| committer | 2025-02-09 12:22:41 +0100 | |
| commit | 42bbbaadb2d83ba1849a659ca91cd0f31632fc55 (patch) | |
| tree | acd9c845078ed38cecadeaacc691059e347ed251 /web/assets/themes/soft.css | |
| parent | [bugfix] Reduce Web Push record size (#3762) (diff) | |
| download | gotosocial-42bbbaadb2d83ba1849a659ca91cd0f31632fc55.tar.xz | |
[feature/frontend] add light mode color scheme of base css, adapt to prefers-color-scheme (#3765)
Diffstat (limited to 'web/assets/themes/soft.css')
| -rw-r--r-- | web/assets/themes/soft.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/assets/themes/soft.css b/web/assets/themes/soft.css index 05923d91d..691558bee 100644 --- a/web/assets/themes/soft.css +++ b/web/assets/themes/soft.css @@ -18,6 +18,12 @@ --orange2: var(--blue1); --br: 0.8rem; --br-inner: 0.4rem; + /* Use hardcoded grey as gray get re-styled in light mode */ + --white1: #fafaff; + --gray1: #2a2b2f; + --gray2: #35363b; + --gray3: #45464e; + --gray8: #696a75; /* Basic page styling (background + foreground) */ --bg: var(--soft-pink); |
