From a71b0f26beedb6a77607eb7ebc86b3e9616f8445 Mon Sep 17 00:00:00 2001 From: Index Date: Fri, 28 Jun 2024 01:23:02 -0500 Subject: [PATCH] chore: remove old, commented out background css --- css/settings.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/settings.css b/css/settings.css index 57bd41b..e40dd12 100644 --- a/css/settings.css +++ b/css/settings.css @@ -1,10 +1,6 @@ html, body, #page { - /* - background: #202020; - color: #fff; - */ background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/images/client-loading.png); background-color: #222222; background-size: 400px;