Compare commits

...

3 Commits

Author SHA1 Message Date
Sam Gleske 34d47f5223
Merge f367cc6a2b into 2fdafd34ca 2025-05-08 21:20:41 -04:00
Sam Gleske f367cc6a2b Fix color instead of background-color 2025-05-08 21:20:32 -04:00
Sam Gleske af96be4bfd Fix active connection 2025-05-08 20:57:47 -04:00
1 changed files with 5 additions and 0 deletions

View File

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