Update custom.scss

This commit is contained in:
cactuzhead 2025-05-13 12:40:34 +01:00 committed by GitHub
parent 71dca45205
commit 9337f9ca51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,3 +14,13 @@
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}
p.important::before, blockquote.important::before {
color: #183385;
content: "Important";
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 0.75em;
padding-bottom: 0.125rem;
}