From 334fa8422d114dbe1cb71cf5f7f3ab2bb9fef66e Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 12 Jan 2022 14:59:57 +0100 Subject: [PATCH] =?UTF-8?q?Change=20the=20background=20color=20of=20code-f?= =?UTF-8?q?ormatted=20words=E2=80=99=20to=20grey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my_theme/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/my_theme/static/css/main.css b/my_theme/static/css/main.css index d714914..b4a2c69 100644 --- a/my_theme/static/css/main.css +++ b/my_theme/static/css/main.css @@ -550,3 +550,7 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;} font-weight: bold; text-transform: uppercase; } + +tt.literal { + background-color: #eeeeee; +}