1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00

Less aggressive colour shifting

This commit is contained in:
Chaoyi Zha 2016-07-12 16:13:46 -07:00
parent 77410b2c62
commit 0dbe19f484

View File

@ -2,26 +2,26 @@
0% {
background: #0bc0c2; }
25% {
background: #f863f3; }
background: #7f8c8d; }
50% {
background: #fc5843; }
background: #16a085; }
100% {
background: #0bc0c2; } }
@keyframes colorpulse {
0% {
background: #0bc0c2; }
25% {
background: #f863f3; }
background: #7f8c8d; }
50% {
background: #fc5843; }
background: #16a085; }
100% {
background: #0bc0c2; } }
@-moz-keyframes colorpulse {
0% {
background: #0bc0c2; }
25% {
background: #f863f3; }
background: #7f8c8d; }
50% {
background: #fc5843; }
background: #16a085; }
100% {
background: #0bc0c2; } }