diff --git a/web/profiles/custom/os2loop/themes/os2loop_theme/assets/colors.scss b/web/profiles/custom/os2loop/themes/os2loop_theme/assets/colors.scss index f181f1b3e..0033a7ce2 100644 --- a/web/profiles/custom/os2loop/themes/os2loop_theme/assets/colors.scss +++ b/web/profiles/custom/os2loop/themes/os2loop_theme/assets/colors.scss @@ -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;