Skip to content

Commit

Permalink
Swaps out breadcrumb colors (#652).
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatson78 committed Jul 22, 2020
1 parent 3b6e564 commit 89d1f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/lux/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ div.breadcrumbs-container {
}

.breadcrumbs-crumb + .breadcrumbs-crumb::before {
color: $bread-light-blue;
color: $bright-blue;
font-weight: bold;
}

.breadcrumbs-crumb a {
font-weight: bold;
font-style: normal;
color: $bread-light-blue;
color: $bright-blue;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
background: none;
Expand All @@ -81,7 +81,7 @@ div.breadcrumbs-container {
}

.breadcrumbs-crumb a .icon svg {
fill: $bread-light-blue;
fill: $bright-blue;
}

.breadcrumbs-crumb a:hover, .breadcrumbs-crumb a.is-hover, .breadcrumbs-crumb a:focus, .breadcrumbs-crumb a.is-focus {
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/lux/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ $mid-blue: #004990;
$bright-blue: #336BE6;
$alt-bright-blue: #5387F7;
$light-blue: #D0DEFD;
$bread-light-blue: #5387F7;

$gold: #E9BF55;

Expand Down

0 comments on commit 89d1f6c

Please sign in to comment.