From 7171c3e198cfe88986447c1fe927615322cd33ee Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 28 Dec 2023 00:41:40 +0100 Subject: CSS tweaks --- _layouts/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/base.html') diff --git a/_layouts/base.html b/_layouts/base.html index 5e4678f..e39acf4 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -116,6 +116,7 @@ font-family: monospace; background: var(--bg-color); font-size: 14px; + padding: 2px 5px; } pre code { @@ -159,7 +160,6 @@ .highlight .hll { background-color: #ffffcc } .highlight { background: #ffffff; } .highlight .c { color: #008000 } /* Comment */ - /* .highlight .err { border: 1px solid #FF0000 } /* Error */ */ .highlight .k { color: #0000ff } /* Keyword */ .highlight .ch { color: #008000 } /* Comment.Hashbang */ .highlight .cm { color: #008000 } /* Comment.Multiline */ -- cgit v1.2.3