Update custom.scss

This commit is contained in:
cactuzhead 2025-08-10 12:19:49 +01:00 committed by GitHub
parent b1399f55c8
commit f51a16df1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,25 @@ p.warning::before, blockquote.warning::before {
padding-bottom: 0.125rem;
}
.removed {
background-color: rgba(56, 24, 133, 0.2);
border-left: 4px solid ##381885;
padding: 0.8rem;
margin: 1em 0;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}
p.removed::before, blockquote.removed::before {
color: ##381885;
content: "removed";
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 0.75em;
padding-bottom: 0.125rem;
}
span.label.label-grey {
background-color: #ededed;
color: #6c757d;