From f6d912da913efe377c608a12266aa915955e1773 Mon Sep 17 00:00:00 2001 From: kurets Date: Sat, 4 Feb 2023 22:26:25 +0200 Subject: [PATCH] updated css - pre from lukesmith.xyz --- new-site/public/style.css | 11 +++++++++++ new-site/static/style.css | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/new-site/public/style.css b/new-site/public/style.css index 47dd752d..e9e4a110 100644 --- a/new-site/public/style.css +++ b/new-site/public/style.css @@ -105,4 +105,15 @@ h5 { h6 { color: #FFF4B0; +} + +pre { + background: #111222; + border: 1px solid rgb(231, 177, 26); + border-radius: 20px; + padding: 1em; + white-space: pre-wrap; + overflow-wrap: break-word; + max-width: 800px; + margin: auto; } \ No newline at end of file diff --git a/new-site/static/style.css b/new-site/static/style.css index 47dd752d..e9e4a110 100644 --- a/new-site/static/style.css +++ b/new-site/static/style.css @@ -105,4 +105,15 @@ h5 { h6 { color: #FFF4B0; +} + +pre { + background: #111222; + border: 1px solid rgb(231, 177, 26); + border-radius: 20px; + padding: 1em; + white-space: pre-wrap; + overflow-wrap: break-word; + max-width: 800px; + margin: auto; } \ No newline at end of file