From e2280dca3937d463d2143731ddbf6cd61f926b0b Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Sat, 7 Aug 2021 23:01:29 -0500 Subject: [PATCH] Make Minor Tweaks to v3 Style Resubmission of #1497 due to deletion of old repo. --- themes/5ePhb.style.less | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 997f12377..a5f754d75 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -411,12 +411,17 @@ body { // * CODE BLOCKS // ************************************/ code{ - font-family: "Courier New", Courier, monospace; - font-size: 0.325; - padding: 2px 4px; - color: #58180d; - background-color: #faf7ea; - border-radius: 4px; + font-family : "Courier New", Courier, monospace; + font-size : 0.325; + padding : 0px 4px; + color : #58180d; + background-color : #faf7ea; + border-radius : 4px; + white-space : pre-wrap + } + + pre{ + margin-bottom : 10px; } pre code{ @@ -538,6 +543,8 @@ body { h1 { text-align : center; margin-bottom : 0.1cm; + + ul{ + margin-top : 20px; } a{ display : table;