fix: Making the homepage image a little brighter

This commit is contained in:
ngn 2024-03-30 03:18:05 +03:00
parent 1525897fea
commit cb150c9280

View File

@ -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;