1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00
polr/public/css/effects.css
2016-07-12 16:13:46 -07:00

28 lines
511 B
CSS

@-webkit-keyframes colorpulse {
0% {
background: #0bc0c2; }
25% {
background: #7f8c8d; }
50% {
background: #16a085; }
100% {
background: #0bc0c2; } }
@keyframes colorpulse {
0% {
background: #0bc0c2; }
25% {
background: #7f8c8d; }
50% {
background: #16a085; }
100% {
background: #0bc0c2; } }
@-moz-keyframes colorpulse {
0% {
background: #0bc0c2; }
25% {
background: #7f8c8d; }
50% {
background: #16a085; }
100% {
background: #0bc0c2; } }