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/midnight-trip.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/midnight-trip.css')
| -rw-r--r-- | web/assets/themes/midnight-trip.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/assets/themes/midnight-trip.css b/web/assets/themes/midnight-trip.css index d817d56ae..29c143abc 100644 --- a/web/assets/themes/midnight-trip.css +++ b/web/assets/themes/midnight-trip.css @@ -17,6 +17,10 @@ --blue1: var(--acid-green-dark); --blue2: var(--acid-green-light); --blue3: var(--acid-green); + + /* enforce dark mode style */ + --white1: #fafaff; + --white2: #b3b5c6; } /* Main page background */ |
