Skip to content

Instantly share code, notes, and snippets.

@scorphus
Last active October 31, 2017 12:28
Show Gist options
  • Save scorphus/d74982801901163c31f45b6308241feb to your computer and use it in GitHub Desktop.
Save scorphus/d74982801901163c31f45b6308241feb to your computer and use it in GitHub Desktop.
Hallowenn Jenkins Monitor
.build-monitor .successful {
background-color: hsl(36, 100%, 50%);
}
.build-monitor .project.successful > .progress {
background-color: hsl(36, 100%, 40%);
}
@keyframes forSuccessful {
0% {
background-color: hsl(36, 100%, 40%);
}
100% {
background-color: hsl(36, 100%, 60%);
}
}
/* Dashing by Shopify */
.widget-server-status-squares {
background-color: hsl(36, 100%, 50%) !important;
vertical-align: top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment