From 364f11f8a78d077a5ce8331574221c5453c38c31 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Thu, 22 Jul 2021 20:02:35 +0200 Subject: [PATCH] feat: Changed styling for code inserts --- static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5893f1e..4d3aef5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -16,10 +16,10 @@ h3 { line-height: 1.2 } -p>code { - color: #FFFFFF; - background: #000000; - padding: 2px +code:not(pre>code) { + color: #272822; + background: #eeeeee; + padding: 2px; } pre {