From 3e45516de2439fcd3006efdc858c28538721900e Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Fri, 13 Dec 2019 00:32:36 +0000
Subject: [PATCH] Improve accessibility once more

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

diff --git a/static/css/myscreen.css b/static/css/myscreen.css
index 222b18f..30a7e18 100644
--- a/static/css/myscreen.css
+++ b/static/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