mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-13 00:21:06 +02: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