diff options
| author | 2024-03-26 12:02:09 +0100 | |
|---|---|---|
| committer | 2024-03-26 11:02:09 +0000 | |
| commit | ac3f195b56c2ea67818ac90fe4bdc057af672471 (patch) | |
| tree | b696514409a84fa91d9130bbc271f99aba6fcca4 /web/assets/themes/sunset-light.css | |
| parent | [feature] User-selectable preset CSS themes for accounts (#2777) (diff) | |
| download | gotosocial-ac3f195b56c2ea67818ac90fe4bdc057af672471.tar.xz | |
[chore/frontend] Adjust contrast, mute blurple a bit (#2785)
Diffstat (limited to 'web/assets/themes/sunset-light.css')
| -rw-r--r-- | web/assets/themes/sunset-light.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/assets/themes/sunset-light.css b/web/assets/themes/sunset-light.css index c9612e36b..d6c33d720 100644 --- a/web/assets/themes/sunset-light.css +++ b/web/assets/themes/sunset-light.css @@ -50,10 +50,16 @@ html, body { scrollbar-color: var(--pink) var(--eggshell); } +/* Instance title color */ .page-header a h1 { color: var(--eggshell); } +/* Role badge background */ +.profile .profile-header .basic-info .namerole .role { + background: var(--eggshell); +} + /* Profile fields */ .profile .about-user .fields .field { border-bottom: 0.1rem solid var(--orange); |
