From 5ebca214efb99efca7c261923e85911d75e98385 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 8 Jul 2022 19:32:41 +0300 Subject: [PATCH] change collor for the connected indicator --- theme_nin_night/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index f04ada1..d649196 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -1245,7 +1245,7 @@ span.connection-status:before { } /* line 58, ../sass/_network.sass */ span.connection-status.connected:before { - background: #2b2e35; + background: #c6d973; } .network .post-area-extras {