Skip to content

Instantly share code, notes, and snippets.

@scorphus
Last active October 23, 2017 19:44
Show Gist options
  • Save scorphus/7faa469fc024292872f4f4bb5e5a5f56 to your computer and use it in GitHub Desktop.
Save scorphus/7faa469fc024292872f4f4bb5e5a5f56 to your computer and use it in GitHub Desktop.
Pink October Jenkins Monitor
.build-monitor .successful {
background-color: #EA80B0;
}
.build-monitor .project.successful > .progress {
background-color: #A85C7F;
}
@keyframes forSuccessful {
0% {
background-color: #A85C7F;
}
100% {
background-color: #FB89BD;
}
}
/* Dashing by Shopify */
.widget-server-status-squares {
background-color: #EA80B0 !important;
vertical-align: top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment