From c9b254fd69b5518b3fd84754c17bcc1c39dd8508 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 26 Jan 2023 17:35:09 -0500 Subject: [PATCH] fixed css --- css/everest.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/everest.css b/css/everest.css index 15975ae..f8697b6 100644 --- a/css/everest.css +++ b/css/everest.css @@ -47,6 +47,7 @@ body { font-family: sans-serif; + background-color: #1E1E1E; } code { @@ -56,6 +57,7 @@ code { border-left-width: 4px; border-radius: 2px; padding: 2px; + color: white; } h2 {