From b97212087dd37e6235213a2bec84ec06f4a0422b Mon Sep 17 00:00:00 2001 From: you Date: Mon, 23 Mar 2026 02:29:46 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20hardcoded=20badge=20colors=20from=20CS?= =?UTF-8?q?S=20=E2=80=94=20syncBadgeColors=20is=20sole=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Badge colors were hardcoded in style.css with different values than TYPE_COLORS, causing mismatch between customizer and actual display. Removed all .badge-advert/.badge-grp-txt/etc color rules. syncBadgeColors() in roles.js now generates them from TYPE_COLORS on every page load. --- public/index.html | 2 +- public/style.css | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/public/index.html b/public/index.html index c693cc60..92c14a4c 100644 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,7 @@ - +