From 4e988f70417fcf37baa3bd4d8b323774b2331379 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Fri, 13 Dec 2019 00:23:09 +0000
Subject: [PATCH] Update accessibility

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

diff --git a/css/myscreen.css b/css/myscreen.css
index 2fd2529..222b18f 100644
--- a/css/myscreen.css
+++ b/css/myscreen.css
@@ -2,8 +2,9 @@
 
 body { background:black; color: #ddd; }
 h1, h2, h3, h4, h5, h6 { color: #eee; }
+ul.navbar a:focus, ul.navbar a:hover { color: #00243d; }
 a:focus, a:hover { color: #06c; }
-a { color: #09f; }
+a { color: #00497a; }
 .loud { color: #fff; }
 .box {
     color: #222;

--
Gitblit v1.10.0