From 1dd33c473a24e54083d8cf3ba037f4ce6bcae4ba Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Thu, 18 Jul 2019 21:14:32 +0200 Subject: [PATCH] fix pre background --- static/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 0107bc5..4d7f08b 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -81,7 +81,7 @@ th, td { } pre { - background: rgba(38,38,38,0.8); + background: rgba(38,38,38,0.9)!important; color: #fff; border-radius: 2px; font-size: .8em; @@ -126,7 +126,7 @@ body > header, article, body > footer { @media (max-width: 40em) { body > header, article, body > footer { - padding:1.5em 1em; + padding: 1.5em 1em; } }