diff --git a/static/default.css b/static/default.css index 8ba5bca..390b244 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 *:not(.chroma)>code{ +.post-content p > 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