From e4676049f25c5fa0cb645d1555934fda88029fd5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 15 Jun 2022 08:54:26 +0100 Subject: sweating the small stuff --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index b70a704f..ea6184fc 100644 --- a/style.css +++ b/style.css @@ -129,3 +129,9 @@ pre { border-left: 2px solid #9CFF00; padding-left: 12px; } + +span.inlinecode { + font-family: code, monospace; + filter: invert(1) grayscale(1); + -webkit-filter: invert(1) grayscale(1); +} -- cgit v1.2.3