Update custom.scss

This commit is contained in:
cactuzhead 2025-05-18 19:48:11 +01:00 committed by GitHub
parent 6b741c83af
commit a986c25c0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,3 +28,7 @@ span.label.label-grey {
background-color: #ededed;
color: #6c757d;
}
.lowercase {
text-transform: lowercase !important;
}