Improve accessibility for colorblind users
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Jul 2015 14:15:48 +0000 (17:15 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Jul 2015 14:15:48 +0000 (17:15 +0300)
web/dash.css

index 8bd91e7897acf58ebc18303f4c56ee508a5328ac..82a0bc6de933b9c1ba291370bff4af9691db2e30 100644 (file)
@@ -39,8 +39,12 @@ h2:after {
        text-align: center;
 }
 
        text-align: center;
 }
 
+span[title]:after {
+       content: " ✗";
+}
+
 span[title] {
 span[title] {
-       color: #F66;
+       color: #D33;
        font-family: monospace;
        font-size: 1.25em;
        margin-right: 1.5em;
        font-family: monospace;
        font-size: 1.25em;
        margin-right: 1.5em;
@@ -48,7 +52,11 @@ span[title] {
 
 
 span[title].done {
 
 
 span[title].done {
-       color: #7E7;
+       color: #8F8;
+}
+
+span[title].done:after {
+       content: " ✓";
 }
 
 dl {
 }
 
 dl {
This page took 0.010758 seconds and 4 git commands to generate.