fix: change background gradient

This commit is contained in:
Derrick Hammer 2023-08-03 13:53:07 -04:00
parent eccdfaf5a6
commit ea4a9505f5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
}
.gradient-1 {
background: radial-gradient(circle, rgba(75,75,75,1) 0%, rgba(0,0,0,1) 100%);
background: radial-gradient(circle, rgba(75, 75, 75, 1) 0%, rgba(0, 0, 0, 1) 100%);
z-index: -1;
}
@ -115,6 +115,8 @@
}
}
@keyframes fade-in {
0% {
opacity: 0;