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/brutalist-dark.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/brutalist-dark.css')
| -rw-r--r-- | web/assets/themes/brutalist-dark.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/assets/themes/brutalist-dark.css b/web/assets/themes/brutalist-dark.css index baccaa046..4cf8cd655 100644 --- a/web/assets/themes/brutalist-dark.css +++ b/web/assets/themes/brutalist-dark.css @@ -63,6 +63,13 @@ html, body { .profile .profile-header .basic-info .avatar-image-wrapper { border: var(--single-border); } + +.profile .statuses .rss-icon .fa { + /* enforce dark mode style */ + background: linear-gradient(to right, var(--almost-black) 100%, transparent 0) no-repeat center center; + background-size: 1.2rem 1.4rem; +} + .status .status-header > address > a .avatar { border: var(--single-border); } |
