From a4b8f56e64fd34d2a7bdba290ad7f6f1772f05a4 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Wed, 6 May 2020 11:30:31 +0200 Subject: [PATCH] [STYLE] Fix an error on inline code --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }