/* Add icons */
div.codex:not(.dual) p.admonition-title::after {
  content: "\f121" !important; /* to overrule the icon from sphinx-proof */
}

/* Add icons */
div.codex.dual p.admonition-title::after {
  content: "\f03d" !important; /* to overrule the icon from sphinx-proof */
}