diff --git a/static/css/style.css b/static/css/style.css index bbbbba9..002b988 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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); }