Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
Comment on lines -18 to +21

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hsl approach was chosen to easily set some related colors for a color pack.


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