Created
February 26, 2016 11:44
-
-
Save hrach/cf0409a1e6358fefb037 to your computer and use it in GitHub Desktop.
Custom style for CircleCI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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