From 551e40b9e84f159f09d08da25743a428df0b4be4 Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 4 Aug 2026 04:05:16 +0000 Subject: [PATCH 1/2] feat: make 'BOT' and 'WEBHOOK' be in white letters always Signed-off-by: lizzie --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 1fb1826..0c0dd1b 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2881,7 +2881,7 @@ span.instanceStatus { background: color-mix(in srgb, var(--accent-color) 75%, transparent) !important; font-size: 0.75em !important; font-weight: bold; - color: var(--primary-text-prominent) !important; + color: white !important; border-radius: 4px; flex: none; width: fit-content; From 259edd7697831bed1426f14253d1fccdaa09e57c Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 4 Aug 2026 04:07:48 +0000 Subject: [PATCH 2/2] vert align --- src/webpage/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index 0c0dd1b..8e1728b 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2887,6 +2887,7 @@ span.instanceStatus { width: fit-content; background-clip: border-box !important; align-self: center; + vertical-align: center; } .membererror { display: inline-block;