diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 84d9396..b78f66d 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -17,7 +17,7 @@ p.note::before, blockquote.note::before { color: #183385; - content: "Important"; + content: "note"; display: block; font-weight: bold; text-transform: uppercase;