Skip to content

Instantly share code, notes, and snippets.

@philwilt
Created September 19, 2014 01:54
Show Gist options
  • Save philwilt/8426f510642f836a4d4c to your computer and use it in GitHub Desktop.
Save philwilt/8426f510642f836a4d4c to your computer and use it in GitHub Desktop.
Customizing top bar colors for foundation 5
// framework_and_overrides.css.scss
@import "_settings";
@import "foundation";
// _settings.css.scss
$accent-color-1: #8bbb4b;
$topbar-bg-color: $accent-color-1;
$topbar-bg: $accent-color-1;
$topbar-dropdown-bg: $accent-color-1;
$topbar-link-bg-hover: scale-color($accent-color-1, $lightness: -15%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment