summaryrefslogtreecommitdiff
path: root/web/assets
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/themes/soft.css4
-rw-r--r--web/assets/themes/sunset-light.css5
2 files changed, 6 insertions, 3 deletions
diff --git a/web/assets/themes/soft.css b/web/assets/themes/soft.css
index 6507fa701..2eb641e35 100644
--- a/web/assets/themes/soft.css
+++ b/web/assets/themes/soft.css
@@ -51,7 +51,9 @@ html, body {
border: var(--boxshadow-border);
}
-.profile .profile-header .basic-info .namerole .role {
+/* Role and bot badge borders */
+.profile .profile-header .basic-info .namerole .role,
+.profile .profile-header .basic-info .namerole .bot-username-wrapper .bot-legend-wrapper {
border: var(--boxshadow-border);
}
diff --git a/web/assets/themes/sunset-light.css b/web/assets/themes/sunset-light.css
index d6c33d720..25bf1fad7 100644
--- a/web/assets/themes/sunset-light.css
+++ b/web/assets/themes/sunset-light.css
@@ -55,8 +55,9 @@ html, body {
color: var(--eggshell);
}
-/* Role badge background */
-.profile .profile-header .basic-info .namerole .role {
+/* Role and bot badge backgrounds */
+.profile .profile-header .basic-info .namerole .role,
+.profile .profile-header .basic-info .namerole .bot-username-wrapper .bot-legend-wrapper {
background: var(--eggshell);
}