From f825c28eaba78f7ae1d15893cdb181d1d5605ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 9 Feb 2019 23:09:27 -0500 Subject: Revert "uniform color and
"

This reverts commit 92a3f344e672d3673661dabb65e4de9f9a556155.
---
 css/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/style.css b/css/style.css
index 4c54cee..22f8e7c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -7,8 +7,8 @@ Author: jesus e.
 /* basic formatting changes (mostly to cater for darker colours) */
 
 code {
-    background-color: #282828;
-    color: #73d1ed;
+    background-color: #323b43;
+    color: #1cc7d0;
 }
 
 li {
-- 
cgit v1.2.3