Finale background colour change (I swear)

This commit is contained in:
Froge 2025-02-03 00:11:05 +10:00
parent 1e6e340f56
commit cb89c32b1a
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) 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%);
background: linear-gradient(to bottom right, rgba(0,0,0, 1) 2%, rgba(65,15,75, 1) 40%, rgba(65,15,90, 1) 50%, rgba(30,15,80, 1) 60%, rgba(0,0,0, 1) 98%);
}
ul {