add background gradients

This commit is contained in:
Triston Armstrong 2024-07-21 23:54:30 -05:00
parent 9e6ee05a60
commit dbca56d641
No known key found for this signature in database
GPG Key ID: FADE6AC6F956FC52
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
}
.gradient {
background: radial-gradient(circle at top right, #333 0%, #000 50%);
background: radial-gradient(circle at top right, #33333399 0%, #00000000 30%), radial-gradient(circle at top left, #33333399 0%, #00000000 30%), radial-gradient(circle at bottom, #2b2200 0%, #000 30%);
background-repeat: no-repeat;
}

View File

@ -33,7 +33,7 @@
}
.gradient {
background: radial-gradient(circle at top right, #333 0%, #000 50%);
background: radial-gradient(circle at top right, #33333399 0%, #00000000 30%), radial-gradient(circle at top left, #33333399 0%, #00000000 30%), radial-gradient(circle at bottom, #2b2200 0%, #000 30%);
background-repeat: no-repeat;
}