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:
parent
77410b2c62
commit
0dbe19f484
@ -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; } }
|
||||
|
Loading…
Reference in New Issue
Block a user