From af96be4bfd3f74a9f8ee13f26bc38dd6a2f92778 Mon Sep 17 00:00:00 2001 From: Sam Gleske Date: Thu, 8 May 2025 20:57:47 -0400 Subject: [PATCH] Fix active connection --- custom/css/darkmode.css | 5 +++++ 1 file changed, 5 insertions(+) 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; + } }