From 5708a30835b7465db2db642064a9df4e0608a37f Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Tue, 14 Jun 2022 18:11:21 +0200 Subject: [PATCH] Even more styling --- styles/customAsciidoc.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/customAsciidoc.scss b/styles/customAsciidoc.scss index 8bb5819..b0529f0 100644 --- a/styles/customAsciidoc.scss +++ b/styles/customAsciidoc.scss @@ -54,10 +54,14 @@ pre { background-color: #282c34; border: 1px solid var(--repl-color-hint, #188a18); - padding: 1px; + padding: 1em; color: #abb2bf; } + pre.highlight { + padding: 1px; + } + code { background-color: #282c34; color: #abb2bf;