Created
April 20, 2015 07:41
-
-
Save kelvintaywl/8ff847701e6b777a9fdb to your computer and use it in GitHub Desktop.
goship custom csss
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
.navbar.live { | |
background: red !important; | |
} | |
.navbar.staging { | |
background: blue !important; | |
} | |
.navbar.dev { | |
background: green !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment