Skip to content

Commit

Permalink
highlight color adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
a2937 committed Nov 11, 2024
1 parent 017608c commit 993f893
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 @@ -50,7 +50,7 @@ $--gray00: mix($header_background, $header_primary, 0%);
--fcc-tertiary-background: #{mix($primary, $secondary, 13%)};
--fcc-secondary-background: #{mix($primary, $secondary, 7%)};
--fcc-primary-background: #{mix($primary, $secondary, 0%)};
--fcc-highlight-color: $tertiary;
--fcc-highlight-color: #{$tertiary};
--secondary-header-background: #{mix($header_primary, $header_background, 93%)};

--gray90: #{mix($header_background, $header_primary, 100%)};
Expand All @@ -62,7 +62,7 @@ $--gray00: mix($header_background, $header_primary, 0%);
--gray00: #{mix($header_background, $header_primary, 0%)};


--fcc-d-hover: rgba($primary, 0.08);
--fcc-d-hover: rgba(var(--primary), 0.08);
--dark-blue: #002ead;
--blue-50: #198eee;
--header_primary: #fff;
Expand Down

0 comments on commit 993f893

Please sign in to comment.