From 3b04e277cd9bdc26f086737ea12a728d68ea81b7 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 17 Jun 2013 23:28:17 -0400 Subject: [PATCH] removed colour from the pulse effect. cheesy at best. --- public/css/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.less b/public/css/style.less index e0ba9d9f44..57d677ec7b 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -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; } } }