Skip to content

Instantly share code, notes, and snippets.

@jessestu
Created August 15, 2018 13:31
Show Gist options
  • Save jessestu/8121b1b1e2bc127660bd69967447cb48 to your computer and use it in GitHub Desktop.
Save jessestu/8121b1b1e2bc127660bd69967447cb48 to your computer and use it in GitHub Desktop.
/*Header and footer pink, header text white, hero background white, special offers background grey, special offers text black - 5725337-hc*/
#masthead, .site-footer {
background-color: #e80c9f;
}
.special-offer {
background-color: #d8d8d8;
}
.custom-logo .site-title span,
.site-header .main-navigation a,
.site-header .main-navigation a:visited,
.menu-toggle {
color: #fff;
}
.special-offer .call-to-action, .special-offer .label, .special-offer, .special-offer a, .special-offer a:visited {
color: #fff;
}
.home #hero {
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment