diff --git a/src/css/admonition.css b/src/css/admonition.css index c271aa2..b1ce68c 100644 --- a/src/css/admonition.css +++ b/src/css/admonition.css @@ -9,13 +9,13 @@ box-shadow: none; } - /* Change color of the "important" admonition back to the default red */ - & td.icon i.icon-important { - background-color: #e40046; - } - /* Don't use uppercase for captions */ & .icon { text-transform: none; } } + +/* Change color of the "important" admonition back to the default red */ +.doc .admonitionblock.code-rule.warning .icon { + background-color: #e40046; +} \ No newline at end of file