From 14a4928da289a175991db3976e899dd30f7f50f6 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sat, 17 Sep 2022 22:08:21 +0530 Subject: [PATCH] improve colour for

---
 style.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css
index dda0dbe..c579d55 100644
--- a/style.css
+++ b/style.css
@@ -105,7 +105,8 @@ img {
 }
 
 pre {
-    background: #f9f9f9;
+    background: #20232a;
+	color: #969ba6;
     border: 1px solid lightgrey;
     padding: 5px;
 	tab-size:4;