color for dark theme fixed

This commit is contained in:
mic 2025-09-06 00:43:25 +02:00
parent fb6815b664
commit f8effcc8ce

View file

@ -199,4 +199,16 @@ table#miczPrefs tr:last-child td {
.specific_integration{ .specific_integration{
background-color: #2E3A4F; background-color: #2E3A4F;
} }
.specific_integration_sub td:first-child {
border-left: 10px solid #2E3A4F;
}
.specific_integration_sub td:last-child {
border-right: 10px solid #2E3A4F;
}
#connection_ui_end td{
background-color: #2E3A4F;
}
} }