Create custom.scss

This commit is contained in:
cactuzhead 2025-05-12 09:07:10 +01:00 committed by GitHub
parent 74ae0f09e6
commit 6a7b46a2fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
_sass/custom/custom.scss Normal file
View file

@ -0,0 +1,6 @@
.label-grey {
background-color: $grey-000;
color: $white-000;
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
}