Skip to content

Instantly share code, notes, and snippets.

@greenpencil
Last active May 3, 2016 21:10
Show Gist options
  • Save greenpencil/1b81378d8fa517c664003df6edc07e97 to your computer and use it in GitHub Desktop.
Save greenpencil/1b81378d8fa517c664003df6edc07e97 to your computer and use it in GitHub Desktop.
Zomp is a very important colour
.bg-zomp
{
background-color: #39A78E !important;
}
.bg-zompLight
{
background-color: #90C8FC !important;
}
.fg-zompLight
{
color: #90C8FC !important;
}
.fg-zomp
{
color: #39A78E !important;
}
.bg-hover-zomp:hover {
background: #39A78E !important;
}
.bg-active-zomp:active {
background: #39A78E !important;
}
.fg-hover-zomp:hover {
color: #39A78E !important;
}
.fg-active-zomp:active {
color: #39A78E !important;
}
.op-zomp {
background-color: #39A78E !important;
}
.ol-zomp {
outline-color: #39A78E !important;
}
.bd-zomp {
border-color: #39A78E !important;
}
.after-bg-zomp:after {
background: #39A78E !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment