Created
September 19, 2014 01:54
-
-
Save philwilt/8426f510642f836a4d4c to your computer and use it in GitHub Desktop.
Customizing top bar colors for foundation 5
This file contains hidden or 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
// 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