From 6a7b46a2fec1dbdb0ef9f7b77a37a85d4e22ef45 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Mon, 12 May 2025 09:07:10 +0100 Subject: [PATCH] Create custom.scss --- _sass/custom/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _sass/custom/custom.scss diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss new file mode 100644 index 0000000..ed28152 --- /dev/null +++ b/_sass/custom/custom.scss @@ -0,0 +1,6 @@ +.label-grey { + background-color: $grey-000; + color: $white-000; + padding: 0.25rem 0.5rem; + border-radius: 0.25rem; +}