Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2019-12-13 03:32:36 +0300
committerKarl <kc0bfv@gmail.com>2019-12-13 03:32:36 +0300
commit3e45516de2439fcd3006efdc858c28538721900e (patch)
treeabe95877acde597038f8608bc20a21922464f23f
parenta8d9d4eb0e1cfac3c1f91aa1f51dd00cd6faf125 (diff)
Improve accessibility once more
-rw-r--r--static/css/myscreen.css6
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;