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; +}