Skip to content
New issue

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

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

Already on GitHub? # to your account

CHEMH-184: Darkened the secondary nav link color #81

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 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