From 3483bd63a179a2fab73e27732ffc15ec14a096dc Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 16 Dec 2018 01:40:34 +0100 Subject: [PATCH] changed to dark theme --- CSS/themes/netorg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/netorg.css b/CSS/themes/netorg.css index 151e6075..6d99b2f5 100644 --- a/CSS/themes/netorg.css +++ b/CSS/themes/netorg.css @@ -1,5 +1,5 @@ body { - background-color: rgba(0, 0, 0, 0) !important; + background-color: #1f1f1f !important; color: #ffffff !important; }