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