Skip to content

Commit

Permalink
Lighten background image a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ingara committed Dec 16, 2019
1 parent d47159b commit 38765da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {
font-family: "AvenirLTPro-Book", sans-serif;
margin: 0;
text-align: center;
--bg-overlay: rgba(0, 0, 0, 0.7);
--bg-overlay: rgba(0, 0, 0, 0.4);
background: linear-gradient(var(--bg-overlay), var(--bg-overlay)),
url("../public/2019.jpg");
background-repeat: no-repeat;
Expand Down

0 comments on commit 38765da

Please sign in to comment.