From a0dfc133093768aa5be872344e90968ffcec1262 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Tue, 24 May 2022 16:18:48 +0100 Subject: [PATCH] Add basic styling to pre element --- main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.css b/main.css index 9d00b59..9c2a4df 100644 --- a/main.css +++ b/main.css @@ -29,6 +29,12 @@ li > ul{ footer p{ margin: 0; } +pre{ + background-color: #191919; + color: white; + white-space: pre-wrap; + overflow-x: auto; +} /* Special Design */ .tag{