diff --git a/custom/css/darkmode.css b/custom/css/darkmode.css index 3774bba..5cd4e42 100644 --- a/custom/css/darkmode.css +++ b/custom/css/darkmode.css @@ -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 { + background-color: #000000; + } }