From ac51099b9ff0d1cf18e93755c63b522fc4537805 Mon Sep 17 00:00:00 2001
From: paul <paul@zom.bi>
Date: Thu, 9 Jan 2020 22:34:29 +0100
Subject: [PATCH] use gradient background

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

diff --git a/assets/css/index.css b/assets/css/index.css
index 3aa76b8..a464ac4 100644
--- a/assets/css/index.css
+++ b/assets/css/index.css
@@ -8,7 +8,7 @@ body {
 
 .header {
     text-align: center;
-    background: #66696d;
+    background: linear-gradient(to bottom, #888b8f, #66696d);
     /* background-size: cover; */
     position: relative;
     overflow: visible;