Fix color for <code> which are not in doc blocks

This commit is contained in:
Guillaume Gomez 2021-07-14 14:47:54 +02:00
parent 1f0db5e0a3
commit 749cd8f9af

View File

@ -34,7 +34,7 @@ h4 {
background: rgba(0, 0, 0, 0);
}
code {
.docblock code {
color: #ffb454;
}
h3 > code, h4 > code, h5 > code {