1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-20 07:31:53 +02:00
polr/public/css/effects.css
2016-06-14 22:11:15 -04:00

28 lines
511 B
CSS

@-webkit-keyframes colorpulse {
0% {
background: #0bc0c2; }
25% {
background: #f863f3; }
50% {
background: #fc5843; }
100% {
background: #0bc0c2; } }
@keyframes colorpulse {
0% {
background: #0bc0c2; }
25% {
background: #f863f3; }
50% {
background: #fc5843; }
100% {
background: #0bc0c2; } }
@-moz-keyframes colorpulse {
0% {
background: #0bc0c2; }
25% {
background: #f863f3; }
50% {
background: #fc5843; }
100% {
background: #0bc0c2; } }