Guess who should've compile tested!

This commit is contained in:
Fermi
2019-06-23 01:20:11 +01:00
parent 59b6d85c4e
commit 21c17813b8
9 changed files with 198 additions and 52 deletions
@@ -398,7 +398,9 @@ h1.alert, h2.alert {color: #000000;}
.velvet {color: #660015; font-weight: bold; animation: velvet 3000ms infinite;}
@keyframes velvet {
0% { color: #400020; }
50% { color: #FF0000; }
25% { color: #FF0000; }
50% { color: #FFAAAA; }
75% { color: #FF0000; }
100% { color: #400020; }
}