Skip to content

Commit

Permalink
Update status light styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Oct 13, 2023
1 parent 4fb069c commit 053e7d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ circle {
@keyframes glow {
from {
filter: drop-shadow(0px 0px 0px #ddd);
fill: darken(#32a852, 20%);
fill: darken(#0078b8, 20%);
}

to {
filter: drop-shadow(0px 0px 3px #0078b8);
fill: #4cbb17;
filter: drop-shadow(0px 0px 3px #00a0f7);
fill: #00a0f7;
}
}

0 comments on commit 053e7d4

Please sign in to comment.