This commit is contained in:
Boof 2022-11-15 08:48:58 +01:00 committed by GitHub
parent 1169a1715f
commit 410421a7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,6 @@
}
.back {
background: rgb(2,0,36);
background: linear-gradient(133deg, rgba(2,0,36,1) 0%, rgba(43,43,173,1) 35%, rgba(0,212,255,1) 100%);
background: rgb(0,0,191);
background: linear-gradient(225deg, rgba(0,0,191,1) 35%, rgba(0,212,255,1) 100%);
}