latin: default circle colour
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 5 Apr 2017 14:07:05 +0000 (16:07 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 24 Apr 2017 23:51:41 +0000 (01:51 +0200)
Fixes pigpen and tactile on dark.

latin.plp

index 1c2e22933a21661e218e8962ea25576de0745bd0..193779b6d28f6132e05799229df7ab68526bade2 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -72,6 +72,9 @@ Html({
                stroke: currentColor;
                fill: none;
        }
                stroke: currentColor;
                fill: none;
        }
+       svg circle:not([fill]) {
+               fill: currentColor;
+       }
 
        td {
                vertical-align: top;
 
        td {
                vertical-align: top;