Update custom.scss

This commit is contained in:
cactuzhead 2025-05-14 21:04:30 +01:00 committed by GitHub
parent 1577e4018c
commit 63798f3ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,3 +23,17 @@ p.note::before, blockquote.note::before {
font-size: 0.75em;
padding-bottom: 0.125rem;
}
// .label {
// display: inline-block;
// padding: 2px 6px;
// border-radius: 3px;
// font-size: 0.8em;
// margin-left: 5px;
// vertical-align: middle;
// }
.label-grey {
background-color: #6c757d; /* Bootstrap-style grey */
color: white;
}