[STYLE] Fix an error on inline code

This commit is contained in:
Gregory Trolliet 2020-05-06 11:30:31 +02:00
parent 310b659aea
commit a4b8f56e64
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ pre {
margin-top: 0.5rem;
background: repeating-linear-gradient(28deg, #1C1C1C, #1C1C1C 20px, #121212 20px, #121212 40px);
}
:not(pre, details)>code {
:not(pre)>code, :not(details)>code {
font-size: 1rem;
color: var(--font-color-em);
}