From cb150c928006e84485ea22146a21b6b8a52770eb Mon Sep 17 00:00:00 2001 From: ngn Date: Sat, 30 Mar 2024 03:18:05 +0300 Subject: [PATCH] fix: Making the homepage image a little brighter --- public/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.css b/public/index.css index d162624..5f65610 100644 --- a/public/index.css +++ b/public/index.css @@ -2,7 +2,7 @@ header { position: relative; width: 100%; height: 300px; - background: linear-gradient(rgba(20, 20, 20, 0.608), rgba(0, 0, 0, 0.96)), + background: linear-gradient(rgba(60, 60, 60, 0.608), rgba(10, 10, 10, 0.608), rgba(0, 0, 0, 0.96)), url("/black_hole.jpg"); background-position: center; background-repeat: no-repeat;