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
path: root/static
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2019-12-13 03:20:18 +0300
committerKarl <kc0bfv@gmail.com>2019-12-13 03:20:18 +0300
commitb933dddac3243874d0f8f566a224adabf263bf2e (patch)
tree455b676b671c847f76ec1a94ed7c8922fba08563 /static
parent6f2affd40c071d3c9fc4618f30f15e1b18413364 (diff)
Improve accessibility
Diffstat (limited to 'static')
-rw-r--r--static/css/myscreen.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/myscreen.css b/static/css/myscreen.css
index 2fd2529..222b18f 100644
--- a/static/css/myscreen.css
+++ b/static/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;