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; +}