From a98d1bfe048617be5223ae9585b391b68a10d9e0 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Sun, 21 Jul 2019 01:49:30 +0200 Subject: [PATCH] lighter code blocks --- static/css/theme.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index a23708c..64978d7 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -20,7 +20,7 @@ body, blockquote, figure { } h1, h2, h3, h4, h5, h6 { - font-weight: inherit; + font-weight: 400; } b, strong, th { @@ -88,8 +88,7 @@ th, td { } pre { - background: rgba(38,38,38,0.9)!important; - color: #fff; + background: rgba(148,148,148,0.08); border-radius: 2px; font-size: .8em; margin: 1.5em 0;