From b906f248308291085f8bcc2ce6268fa225e40305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 9 Feb 2019 23:14:20 -0500 Subject: Fix "uniform color and
"

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

(limited to 'css/style.css')

diff --git a/css/style.css b/css/style.css
index 22f8e7c..4c54cee 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: #323b43;
-    color: #1cc7d0;
+    background-color: #282828;
+    color: #73d1ed;
 }
 
 li {
-- 
cgit v1.2.3