From b297091ea0bd22622a1a1ba1196b38b0f1bf06a6 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Fri, 13 Dec 2019 00:34:13 +0000
Subject: [PATCH] Update accessibility once more

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

diff --git a/css/myscreen.css b/css/myscreen.css
index 222b18f..30a7e18 100644
--- a/css/myscreen.css
+++ b/css/myscreen.css
@@ -3,8 +3,10 @@
 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: #00497a; }
+ul.navbar a { color: #00497a; }
+div.imgbtntxt a:focus, div.imgbtntxt a:hover { color: #09f; }
+a:focus, a:hover { color: #7cf; }
+a { color: #09f; }
 .loud { color: #fff; }
 .box {
     color: #222;

--
Gitblit v1.10.0