From 9337f9ca51c55ddfc7e223d446e08cea076a36c3 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Tue, 13 May 2025 12:40:34 +0100 Subject: [PATCH] Update custom.scss --- docs/_sass/custom/custom.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 478aabb..ece2c61 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -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; +}