From 77c09ce2d758d0035ccf6b7c51a0ed468926c085 Mon Sep 17 00:00:00 2001 From: Mikkel Ricky Date: Thu, 14 Oct 2021 15:32:14 +0200 Subject: [PATCH] LOOP-1087: Updated default taxonomy colors --- .../os2loop/themes/os2loop_theme/assets/colors.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;