Commit 5d75b383 authored by Chunchi Che's avatar Chunchi Che

remove spark

parent c97d418d
Pipeline #22797 passed with stages
in 13 minutes and 44 seconds
......@@ -30,9 +30,7 @@ body * {
}
.wrapper {
background: url(/neos-assets/background-sparks.jpg) center top repeat-y;
position: relative;
animation: sparks-move 70s infinite linear;
}
.wrapper > * {
......@@ -82,13 +80,3 @@ body * {
.neos-header button:hover {
text-shadow: 0 0 0.5em #2137bd, 0 0 0.5em #2137bd;
}
@keyframes sparks-move {
0% {
background-position: center top;
}
100% {
background-position: center -1150px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment