From 29aa92e9ee8760aed0cbd12100bedd1fc41cf8a3 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 16 Oct 2025 12:19:02 -0500 Subject: [PATCH] bot tag size fix --- 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 c072d74..d5b9296 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2116,7 +2116,7 @@ span.instanceStatus { margin-left: 4px; vertical-align: 1px; background: color-mix(in srgb, var(--accent-color) 75%, transparent); - font-size: 0.75em; + font-size: 0.75em !important; font-weight: bold; color: var(--primary-text-prominent); border-radius: 4px;