Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update variable used for header border color #1653

Merged
merged 1 commit into from Jul 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/assets/stylesheets/main.scss
Expand Up @@ -4,7 +4,7 @@ $navbar-pf-navbar-navbar-brand-min-width: 270px;
$navbar-pf-navbar-navbar-brand-padding: 8px 0 2px;
$dropdown-link-hover-bg: #d4edfa; // sets dropdown link hover
$link-color: #0099d3; // sets link (also accordion hover, selected table cell) color globally
$navbar-pf-border-color: #063451; // sets 3px border color at top of screen
$navbar-pf-vertical-border-color: #063451; // sets 3px border color at top of screen
$navbar-pf-alt-bg-color: #0c69a5; // sets background color of navigation bar
$nav-pf-vertical-width: 225px; // sets width of primary navigation
$navbar-pf-alt-navbar-toggle-icon-bar-hover-bg: #fff;
Expand Down