From 3318a6184524604b40a7f251f2c3431d64cd3a8b Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 13 Nov 2023 23:37:00 +0100 Subject: [PATCH] fix: indent --- _sass/custom/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 96b30637..3b50e59b 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -2,6 +2,6 @@ $light-grey: #f7f7f7; .label-grey:not(g) { - color: $grey-dk-200; + color: $grey-dk-200; background-color: $light-grey; }