mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 19:41:16 +01:00
removed colour from the pulse effect. cheesy at best.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user