From f367cc6a2b03691b896d46e45675f138b4df6b35 Mon Sep 17 00:00:00 2001 From: Sam Gleske Date: Thu, 8 May 2025 21:20:32 -0400 Subject: [PATCH] Fix color instead of background-color --- custom/css/darkmode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }