From 9a65292960ad5038b2d50c58ae008120406ef4d0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 2 Jul 2015 17:15:48 +0300 Subject: [PATCH] Improve accessibility for colorblind users --- web/dash.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/web/dash.css b/web/dash.css index 8bd91e7..82a0bc6 100644 --- a/web/dash.css +++ b/web/dash.css @@ -39,8 +39,12 @@ h2:after { text-align: center; } +span[title]:after { + content: " ✗"; +} + span[title] { - color: #F66; + color: #D33; font-family: monospace; font-size: 1.25em; margin-right: 1.5em; @@ -48,7 +52,11 @@ span[title] { span[title].done { - color: #7E7; + color: #8F8; +} + +span[title].done:after { + content: " ✓"; } dl { -- 2.30.2