Skip to content

Commit

Permalink
gray?
Browse files Browse the repository at this point in the history
  • Loading branch information
a2937 committed Nov 23, 2024
1 parent 431c26d commit 7feeb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/color_definitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ $--gray00: mix($header_background, $header_primary, 0%);
--fcc-highlight-color: #{$tertiary};
--secondary-header-background: #{mix($header_primary, $header_background, 93%)};

--gray90: #{mix($header_background, $header_primary, 100%)};
--gray90: #{$--gray90};
--gray85: #{mix($header_background, $header_primary, 93%)};
--gray75: #{mix($header_background, $header_primary, 80%)};
--gray65: #{mix($header_background, $header_primary, 67%)};
--gray45: #{mix($header_background, $header_primary, 50%)};
--gray05: #{mix($header_background, $header_primary, 7%)};
--gray00: #{mix($header_background, $header_primary, 0%)};
--gray00: #{$--gray00};


--fcc-d-hover: rgba(var(--primary), 0.08);
Expand Down

0 comments on commit 7feeb4f

Please sign in to comment.