Skip to content

Instantly share code, notes, and snippets.

@hrach
Created February 26, 2016 11:44
Show Gist options
  • Save hrach/cf0409a1e6358fefb037 to your computer and use it in GitHub Desktop.
Save hrach/cf0409a1e6358fefb037 to your computer and use it in GitHub Desktop.
Custom style for CircleCI
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("circleci.com") {
.app-dominant {
background: #FFF;
}
.card {
border: 2px solid #ccc;
border-radius: 4px;
}
.add-containers {
background: white !important;
color: black !important;
}
.aside-left-nav {
background: #333;
}
.build-steps-animator .container-view > div:not(:last-child) .ah_wrapper {
border-bottom: none !important;
}
.build-steps-animator .container-view > div:not(:last-child) .build-output {
margin-bottom: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment