Fix: change accordion header active color from red to dark gray for better readability
This commit is contained in:
@@ -288,7 +288,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.accordion-header.active {
|
.accordion-header.active {
|
||||||
background: #cc0000;
|
background: #495057;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user