From c9d14009633b141016794e1aecd04b2363275031 Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Thu, 29 Apr 2021 21:38:12 +0200
Subject: [PATCH] Yet another color fix

---
 home/static/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/static/css/style.css b/home/static/css/style.css
index 57cba4e..f782adb 100644
--- a/home/static/css/style.css
+++ b/home/static/css/style.css
@@ -4,7 +4,7 @@
 	--color_bg_2: #26263c;
 	--color_bg_3: #39395c;
 	--color_sep: #eb811b;
-	--color_header: #e7e7e7;
+	--color_header: #e4e4e4;
 }
 
 html, body {
-- 
GitLab