Skip to content

Commit

Permalink
Merge pull request #233 from itk-dev/feature/LOOP-1087-taxonomy-colors
Browse files Browse the repository at this point in the history
LOOP-1087: Updated default taxonomy colors
  • Loading branch information
martinyde authored Oct 15, 2021
2 parents 68c6fe6 + 43a54fb commit cb4711a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ $dark: #343a40 !default;
$blue: #0a58ca !default;

// Taxonomy colors
$taxonomy-color-1: hsl(60, 54%, 35%) !default;
$taxonomy-color-2: hsl(120, 54%, 35%) !default;
$taxonomy-color-3: hsl(230, 54%, 35%) !default;
$taxonomy-color-4: hsl(0, 0%, 13%) !default;
$taxonomy-color-1: #efbb00 !default;
$taxonomy-color-2: #068711 !default;
$taxonomy-color-3: #2a398b !default;
$taxonomy-color-4: #222222 !default;

// Black and white
$black: #000;
Expand Down

0 comments on commit cb4711a

Please sign in to comment.