diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index ece2c61..84d9396 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -15,7 +15,7 @@ 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 { +p.note::before, blockquote.note::before { color: #183385; content: "Important"; display: block;