Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
change transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Jan 30, 2024
1 parent 9805b4c commit 2ba492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ body {
display: flex;
align-items: center;
justify-content: center;
background-image: linear-gradient(rgba(250, 250, 250, 0.4), rgba(250, 250, 250, 0.4)), url('../images/landscape_background.png');
background-image: linear-gradient(rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.5)), url('../images/landscape_background.png');
background-size: 65%;
background-position: center;
background-repeat: no-repeat;
Expand Down

0 comments on commit 2ba492e

Please sign in to comment.