mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 23:22:50 +00:00
13 lines
309 B
CSS
13 lines
309 B
CSS
@layer utilities {
|
|
.animated-bg {
|
|
@apply
|
|
overflow-hidden; } { content: ''
|
|
.animated-bg::before
|
|
relative
|
|
bg-gradient-primary .animated-bg::before;
|
|
@apply
|
|
inset-0 opacity-50; animation: gradientShift 15s ease infinite
|
|
absolute
|
|
bg-gradient-primary;
|
|
}
|
|
.fox-ear {
|