From b8b3af2d818501eebb7b4e9844cb045e2f6473f7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 21 Jan 2023 20:56:49 +0200 Subject: new css style --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 4226da71..fb970a97 100644 --- a/style.css +++ b/style.css @@ -77,11 +77,11 @@ pre { border-image: linear-gradient(#f6b73c, #4d9f0c) 30; border-width: 3px; border-style: solid; + color: grey; } span.inlinecode { - border: 1px solid #f6b73c; - color: #ffffff; + border: 1px solid #000000; padding: 1px; - background-color: #000000; + color: grey; } -- cgit v1.2.3