From aec0ea923891bdf3d41436f9d32f7bb23ce9fc0c Mon Sep 17 00:00:00 2001 From: Bryan Lancien Date: Mon, 17 Apr 2023 17:48:06 +0100 Subject: [PATCH] replace color value with new created variable #1201 --- theming/scss/layouts/_topics.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theming/scss/layouts/_topics.scss b/theming/scss/layouts/_topics.scss index 9118bffe9..6df30bd80 100644 --- a/theming/scss/layouts/_topics.scss +++ b/theming/scss/layouts/_topics.scss @@ -50,7 +50,7 @@ &__tag { @extend .rounded-pill; @extend .text-white; - background-color: #4B6678; + background-color: $gray-600; padding: 3px 1rem; }