Skip to content

Commit

Permalink
CHEMH-184: Darkened the secondary nav link color (#81)
Browse files Browse the repository at this point in the history
As per client OK and review, updating color
  • Loading branch information
jenbreese authored Jan 17, 2024
1 parent 497ac90 commit 29872a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion dist/css/chem_h_subtheme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scss/components/side-navigation/_side-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ul {
padding-left: 0; // align the menu items so black hovers are flush left.

a {
color: $su-color-stone;
color: $su-color-stone-dark;
font-size: 2.3rem;
padding: 2rem 1.5rem 2rem 4.8rem;

Expand Down
1 change: 0 additions & 1 deletion src/scss/utilities/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ $chemh-color-light-grey: #F2F1F1;

$chemh-color-mid-sand: #5A635F;


$chemh-color-light-peach: #ECAF94;
$chemh-color-mid-peach: #E28B6D;
$chemh-color-hover-peach: #C27763;
Expand Down

0 comments on commit 29872a1

Please # to comment.