add gradient to background

This commit is contained in:
Fl1tzi 2023-07-02 00:03:48 +02:00
parent f33c7d7e13
commit 11d9b0aa8e
No known key found for this signature in database
GPG key ID: 06B333727810C686
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
body {
background:
linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
linear-gradient(rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.5) 100%),
url(/pictures/background.jpg);
background-size: cover;
background-attachment: fixed;

View file

@ -4,7 +4,7 @@
body {
background:
linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
linear-gradient(rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.5) 100%),
url(/pictures/background.jpg);
background-size: cover;
background-attachment: fixed;