From 8ea6e2ac75a949d61f4d165d477b3befd1248a3e Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Wed, 14 May 2025 21:15:27 +0100 Subject: [PATCH] Update custom.scss --- docs/_sass/custom/custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index c7467ae..5cd1905 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -33,7 +33,7 @@ p.note::before, blockquote.note::before { // vertical-align: middle; // } -.label-grey { - background-color: #ededed !important; - color: #6c757d !important; +span.label.label-grey { + background-color: #ededed; + color: #6c757d; }