fix: Making the homepage image a little brighter
This commit is contained in:
parent
1525897fea
commit
cb150c9280
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user