From 63df324e38050509304605bb21024524b3cfa4ce Mon Sep 17 00:00:00 2001
From: adrien <adrien@malingrey.fr>
Date: Sun, 23 Apr 2023 01:45:09 +0200
Subject: [PATCH] classier background

---
 css/common.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/common.css b/css/common.css
index f56904b..8c6ffcc 100644
--- a/css/common.css
+++ b/css/common.css
@@ -3,7 +3,7 @@
 }
 
 body {
-  background: linear-gradient(#111315, #012) fixed;
+  background: linear-gradient(#212529, #14171a) fixed;
 }
 
 .modal-content {