summaryrefslogtreecommitdiff
path: root/web/assets/themes/sunset-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets/themes/sunset-light.css')
-rw-r--r--web/assets/themes/sunset-light.css6
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);