Fix: change accordion header active color from red to dark gray for better readability

This commit is contained in:
2025-09-26 10:07:05 -03:00
parent 0132a90387
commit bfdfc57dee

View File

@@ -288,7 +288,7 @@
}
.accordion-header.active {
background: #cc0000;
background: #495057;
color: white;
}