#98 make background more bonkers
All checks were successful
/ ls (pull_request) Successful in 1m32s
All checks were successful
/ ls (pull_request) Successful in 1m32s
This commit is contained in:
parent
e2167fa19f
commit
4e7c014eac
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@
|
|||
|
||||
/* 🎭 BONKERS MODE CLASSES 🎭 */
|
||||
.bonkers-mode {
|
||||
background: linear-gradient(270deg, var(--bs-pink), var(--bs-purple), var(--bs-cyan), var(--bs-yellow), var(--bs-green), var(--bs-orange), var(--bs-red), var(--bs-pink));
|
||||
background-size: 1600% 1600%;
|
||||
animation: rainbowGradient 10s ease infinite;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue