Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
Conflicts:
	vendor/assets/stylesheets/dvl/components/page_header.scss
  • Loading branch information
Josh Rubenoff committed Sep 10, 2015
2 parents 6305834 + b7d4d24 commit a222011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/dvl/components/page_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
}
}
&.active a {
color: $primaryColor;
color: $bodyFontColor;
}
}
@media screen and (min-width: $lapWidth) {
Expand Down
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/dvl/core/includes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// App-specific colors
$bodyBackgroundColor: #fff !default;
$brandColor: #0d2438 !default;
$brandColor: #697182 !default;
$selectionBackground: $brandColor !default;
$selectionColor: #fff !default;

Expand Down

0 comments on commit a222011

Please sign in to comment.