refactor: change background gradient
This commit is contained in:
parent
ebb7c77292
commit
eccdfaf5a6
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue