removed colour from the pulse effect. cheesy at best.

This commit is contained in:
Julian Lam
2013-06-17 23:28:17 -04:00
parent 9fb8701f4f
commit 3b04e277cd

View File

@@ -468,7 +468,7 @@ body .navbar .nodebb-inline-block {
@-webkit-keyframes pulsate {
0% { background: none; }
50% { background: rgb(170, 220, 170); }
50% { background: #e5e5e5; }
100% { background: none; }
}
}