From bfdfc57dee55dec67ef3f9779da6561351614c32 Mon Sep 17 00:00:00 2001 From: andersonid Date: Fri, 26 Sep 2025 10:07:05 -0300 Subject: [PATCH] Fix: change accordion header active color from red to dark gray for better readability --- app/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/index.html b/app/static/index.html index 99586dd..cf1ca1f 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -288,7 +288,7 @@ } .accordion-header.active { - background: #cc0000; + background: #495057; color: white; }