From ba9034499903c4c6b2c929fe205d4f26d0c46782 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Thu, 22 Jun 2023 23:45:59 +0200 Subject: [PATCH] with markdown enable, inline looks now much better :) --- res/common.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/common.css b/res/common.css index 77c0569..03e5941 100644 --- a/res/common.css +++ b/res/common.css @@ -67,6 +67,12 @@ pre { box-shadow: 3px 3px 6px black; } +code { + background-color: rgba(0, 0, 0, 0.2); + border-radius: 3px; + padding: 0 3px; +} + ul, li, ol { margin: 0; padding: 0 } /* === Form === */