werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

commit 1bd5f8edb8ef33a1a49dcafc3fa9e7c2c7ca3f64
parent fb77f0070b41266a13a57bce0fcf7a881f543969
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date:   Wed,  8 Mar 2023 07:37:40 +0000

tweak: styles

Diffstat:
Mpub/style/style.css | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/pub/style/style.css b/pub/style/style.css @@ -22,7 +22,7 @@ body { display: flex; flex-wrap: wrap; - font-family: serif; + font-family: serif; /* font-family: 'Source Serif Pro', serif; */ font-size: 1.5em; background-color: #fcfcfc; @@ -191,6 +191,16 @@ blockquote::before{ } /* Code bloocks */ +pre { + background-color: #eeeeee; + border: 2px solid; + overflow-x: auto; +} +pre, code { + padding: 0.5em; +} + +/* pre, code { display: block; overflow-x:auto; @@ -202,7 +212,7 @@ pre, code { margin: 2em; max-width: 1100px !important; background: #F0F0F0; -} +}*/ /* Lists */ /* this aligns the sitemap */