From 34b89cf2e897ef9d81f93733c09d70baa007e9b1 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 5 Jul 2025 20:46:45 +0300 Subject: [PATCH] style/badges: tweak appearance --- apps/client/src/stylesheets/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index ecff3636e..d44fc5b11 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -26,10 +26,6 @@ --bs-body-color: var(--main-text-color) !important; --bs-body-bg: var(--main-background-color) !important; --ck-mention-list-max-height: 500px; - - --tn-bs-badge-background: var(--accented-background-color); - --bs-badge-color: var(--menu-text-color); - --bs-badge-font-weight: normal; } .table { @@ -197,8 +193,10 @@ samp { } .badge { + --bs-badge-color: var(--muted-text-color); + margin-left: 8px; - background: var(--tn-bs-badge-background); + background: var(--accented-background-color); } .input-group-text {