Skip to content

Commit

Permalink
try to define extra variables
Browse files Browse the repository at this point in the history
  • Loading branch information
a2937 committed Nov 23, 2024
1 parent 9ba9c99 commit d1e77b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions common/color_definitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ $--gray05: mix($header_background, $header_primary, 7%);
$--gray00: mix($header_background, $header_primary, 0%);

:root {
--primary: #{$primary};
--secondary: #{$secondary};
--tertiary: #{tertiary};
--primary-low: #{$primary-low};
--primary-very-low: #{$primary-very-low};
--fcc-primary-color: #{mix($primary, $secondary, 100%)};
--fcc-secondary-color: #{mix($primary, $secondary, 93%)};
--fcc-tertiary-color: #{mix($primary, $secondary, 87%)};
Expand Down Expand Up @@ -59,5 +58,5 @@ $--gray00: mix($header_background, $header_primary, 0%);
--header_primary: #fff;
--header_background: #0a0a23;
--fcc-highlight-mid: #{$fcc-highlight-mid};
--fcc-highlight-background: #{fcc-highlight-background};
--fcc-highlight-background: #{$fcc-highlight-background};
}

0 comments on commit d1e77b3

Please sign in to comment.