Update background black fade level

This commit is contained in:
Froge 2025-02-02 23:30:25 +10:00
parent a603a89938
commit 1e6e340f56
Signed by: froge
GPG key ID: A825E09930271BFA

View file

@ -15,7 +15,7 @@ body {
-ms-hyphens: auto;
hyphens: auto;
/* Fancy background CSS lives here */
background: linear-gradient(to bottom right, rgba(0,0,0, 1), rgba(65,15,70, 1) 40%, rgba(65,15,90, 1) 50%, rgba(30,15,85, 1) 60%, rgba(0,0,0, 1));
background: linear-gradient(to bottom right, rgba(0,0,0, 1) 2%, rgba(65,15,70, 1) 40%, rgba(65,15,90, 1) 50%, rgba(30,15,85, 1) 60%, rgba(0,0,0, 1) 98%);
}
ul {