]> git.0d.be Git - chloro.git/commitdiff
a11y: increase contrast of some minor text elements
authorFrédéric Péters <fpeters@0d.be>
Sat, 5 Feb 2022 10:11:23 +0000 (11:11 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sat, 5 Feb 2022 10:11:23 +0000 (11:11 +0100)
chloro/phyll/static/css/style.scss

index 8bb69bb5011af8443c0e01acb084ecea42bc2659..f5e89cac47f9db3fc13f36b8bebcf3507d1ee86b 100644 (file)
@@ -111,7 +111,7 @@ main {
                .meta {
                        padding-top: 0.5rem;
                        padding-left: 0.5rem;
-                       color: lighten($text-color, 40%);
+                       color: lighten($text-color, 30%);
                }
        }
 }
@@ -143,7 +143,7 @@ main {
        }
        div.meta {
                margin-top: 3em;
-               color: lighten($text-color, 40%);
+               color: lighten($text-color, 30%);
        }
        div.note {
                background: #fbf7c1;;