Skip to content

Commit

Permalink
gray 10
Browse files Browse the repository at this point in the history
  • Loading branch information
a2937 committed Nov 23, 2024
1 parent 212d2b0 commit 84ce28e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/color_definitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $--gray00: mix($header_background, $header_primary, 0%);
--gray75: #{mix($header_background, $header_primary, 80%)};
--gray65: #{mix($header_background, $header_primary, 67%)};
--gray45: #{mix($header_background, $header_primary, 50%)};
--gray10: #{$gray10};
--gray05: #{mix($header_background, $header_primary, 7%)};
--gray00: #{$--gray00};

Expand Down
6 changes: 6 additions & 0 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,12 @@ a.curriculum-nav {
justify-content: center;
}

a.curriculum-nav:hover,
a.curriculum-nav:focus {
color: var(--gray90);
background-color: var(--gray10);
}

.navigation-container {
align-items: center;
}
Expand Down

0 comments on commit 84ce28e

Please sign in to comment.