Skip to content

Commit

Permalink
Merge pull request #358 from engagingnewsproject/feature-nav-color
Browse files Browse the repository at this point in the history
Navigation Menu Colour Change
  • Loading branch information
luukee authored Jan 16, 2025
2 parents c76bc1a + 556d997 commit 91f3408
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

.filter__title {
font-size: 12px;
color: $navy;
color: $orange;
text-transform: uppercase;
}

Expand All @@ -55,9 +55,9 @@
transition: transform .15s;

&:hover {
color: $teal;
color: $orange;
transform: translate3d(0px, 0, 0);
border-left: 3px solid $teal;
border-left: 3px solid $orange;
}
}

Expand Down
12 changes: 6 additions & 6 deletions wp-content/themes/engage-2-x/assets/scss/global/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,21 @@ $media-ethics-color-faded: $teal-xfaded;
$social-platforms-color-faded: $teal-xfaded;

$verticalColors: (
journalism: $teal,
journalism: $orange,
journalism-faded: $journalism-color-faded,
journalism-light: $journalism-color-light,
science-communication: $teal,
science-communication: $orange,
science-communication-light: $science-communication-color-light,
science-communication-faded: $science-communication-color-faded,
media-ethics: $teal,
media-ethics: $orange,
media-ethics-light: $media-ethics-color-light,
media-ethics-faded: $media-ethics-color-faded,
social-platforms: $teal,
social-platforms: $orange,
social-platforms-light: $social-platforms-color-light,
social-platforms-faded: $social-platforms-color-faded,
propaganda: $teal,
propaganda: $orange,
propaganda-faded: $teal-xfaded,
center-leadership: $teal
center-leadership: $orange
);

$categoryColors: (
Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/engage-2-x/dist/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-content/themes/engage-2-x/dist/css/app.css.map

Large diffs are not rendered by default.

0 comments on commit 91f3408

Please sign in to comment.