From c0a30b1f2cb9f72bf0516e82825145341862c29d Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Sun, 19 Jan 2020 04:47:16 +0000
Subject: [PATCH] Update to hugo example site content

---
 css/myscreen.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/css/myscreen.css b/css/myscreen.css
index 30a7e18..6e43fd0 100644
--- a/css/myscreen.css
+++ b/css/myscreen.css
@@ -1,6 +1,7 @@
 @import url("myboth.css");
 
 body { background:black; color: #ddd; }
+pre { color: #ddd; }
 h1, h2, h3, h4, h5, h6 { color: #eee; }
 ul.navbar a:focus, ul.navbar a:hover { color: #00243d; }
 ul.navbar a { color: #00497a; }

--
Gitblit v1.10.0