Fix active connection

This commit is contained in:
Sam Gleske 2025-05-08 20:57:47 -04:00
parent 0e513d2f90
commit af96be4bfd

View file

@ -84,7 +84,12 @@
background-color: #495057; background-color: #495057;
color: #ffffff; color: #ffffff;
} }
/* search bar at the top of the page */
.navbar-light .btn-navbar, .navbar-light .form-control-navbar { .navbar-light .btn-navbar, .navbar-light .form-control-navbar {
background-color: #bfbfbf; background-color: #bfbfbf;
} }
/* active connections */
.table-success {
background-color: #000000;
}
} }