Update custom.scss

This commit is contained in:
cactuzhead 2025-05-12 15:43:09 +01:00 committed by GitHub
parent db51d9d356
commit f38c7b7d55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
.label-grey {
background-color: #ff0000;
color: #ffffff;
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
background-color: #dedede !important;
color: #ffffff !important;
padding: 0.25rem 0.5rem !important;
border-radius: 0.25rem !important;
}