From 84a3136495f41525b21f083b82b4863ba5ccff22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 3 Feb 2019 18:13:57 -0500 Subject: fix color

---
 css/style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/css/style.css b/css/style.css
index 3d1de7c..fb86fd0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -6,6 +6,11 @@ Author: jesús e.
 
 /* basic formatting changes (mostly to cater for darker colours) */
 
+pre {
+    background: black;
+    color: white;
+}
+
 /* html/body/font-fixes */
 body, input, textarea, .button {
     font-family: 'Roboto Condensed', sans-serif;
-- 
cgit v1.2.3