Skip to content

Instantly share code, notes, and snippets.

@kelvintaywl
Created April 20, 2015 07:41
Show Gist options
  • Save kelvintaywl/8ff847701e6b777a9fdb to your computer and use it in GitHub Desktop.
Save kelvintaywl/8ff847701e6b777a9fdb to your computer and use it in GitHub Desktop.
goship custom csss
.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