1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add constrast to make beacon pulse a little more obvious

This commit is contained in:
Mike Perham 2021-11-01 10:44:14 -07:00
parent 9352de04b3
commit 21ab89b3c0

View file

@ -490,7 +490,7 @@ div.interval-slider input {
@keyframes beacon-dot-pulse {
from {
background-color: #80002d;
background-color: #50002d;
box-shadow: 0 0 9px #666;
}
50% {
@ -498,7 +498,7 @@ div.interval-slider input {
box-shadow: 0 0 18px #666;
}
to {
background-color: #80002d;
background-color: #50002d;
box-shadow: 0 0 9px #666;
}
}