diff --git a/custom/css/darkmode.css b/custom/css/darkmode.css index 5cd4e42..6c36fce 100644 --- a/custom/css/darkmode.css +++ b/custom/css/darkmode.css @@ -90,6 +90,6 @@ } /* active connections */ .table-success { - background-color: #000000; + color: #000000; } }