Fix color instead of background-color

This commit is contained in:
Sam Gleske 2025-05-08 21:20:32 -04:00
parent af96be4bfd
commit f367cc6a2b

View file

@ -90,6 +90,6 @@
} }
/* active connections */ /* active connections */
.table-success { .table-success {
background-color: #000000; color: #000000;
} }
} }