refactor: change background gradient

This commit is contained in:
Derrick Hammer 2023-08-03 11:20:57 -04:00
parent ebb7c77292
commit eccdfaf5a6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
}
.gradient-1 {
background: linear-gradient(300deg, 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;
}