From 299c39c594fe528e5af240cbc2bd74e2a1a4f689 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 26 Mar 2019 15:40:00 +0100 Subject: [PATCH] fix css selector for code blocks --- static/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/default.css b/static/default.css index 390b244..8ba5bca 100644 --- a/static/default.css +++ b/static/default.css @@ -648,7 +648,7 @@ all and (max-width:710px) { color: #0a539a; text-decoration: underline } -.post-content p > code { +.post-content *:not(.chroma)>code{ background-color: #f3f3f3; font-family: DroidSans_Mono; font-size: .9em; @@ -670,4 +670,4 @@ all and (max-width:710px) { .post-content h5, .post-content h6 { font-weight: 400 -} \ No newline at end of file +}