From f38c7b7d554a7b83b5cfde92e2431848dc4934bd Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Mon, 12 May 2025 15:43:09 +0100 Subject: [PATCH] Update custom.scss --- _sass/custom/custom.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 07bb57d..9f4f5eb 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -1,6 +1,6 @@ .label-grey { - background-color: #ff0000; - color: #ffffff; - padding: 0.25rem 0.5rem; - border-radius: 0.25rem; + background-color: #dedede !important; + color: #ffffff !important; + padding: 0.25rem 0.5rem !important; + border-radius: 0.25rem !important; }