From 1546a103695fff9843aeb699ca76af406dbdd1c2 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 28 Jan 2023 16:02:09 +0000 Subject: Make code background different color --- share/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/style.css b/share/style.css index 35adf86..cfab6d0 100644 --- a/share/style.css +++ b/share/style.css @@ -62,11 +62,12 @@ img { max-width: 100%; } -code { +pre, code { font-family: monospace; padding: 2px; color: #222; border-radius: 3px; + background-color: #f2f2f2; } blockquote { -- cgit v1.2.3-70-g09d2