Removing halving event code.

This commit is contained in:
softsimon
2020-05-12 14:49:29 +07:00
parent 422055046e
commit 910696e41c
9 changed files with 3 additions and 190 deletions

View File

@@ -101,19 +101,3 @@
border-right: 35px solid transparent;
border-bottom: 35px solid #FFF;
}
// Blinking block
.blink-bg {
color: #fff;
animation: blinkingBackground 1s infinite;
background: inherit !important;
}
@keyframes blinkingBackground {
0% { background-color: #10c018;}
25% { background-color: #1056c0;}
50% { background-color: #ef0a1a;}
75% { background-color: #CFB53B;}
100% { background-color: #04a1d5;}
}