From: Mischa POSLAWSKY Date: Wed, 5 Apr 2017 14:07:05 +0000 (+0200) Subject: latin: default circle colour X-Git-Tag: v1.10~245 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/e8bb6fcf4de6223a9f0ce96eb02ed4e345265297?ds=sidebyside latin: default circle colour Fixes pigpen and tactile on dark. --- diff --git a/latin.plp b/latin.plp index 1c2e229..193779b 100644 --- a/latin.plp +++ b/latin.plp @@ -72,6 +72,9 @@ Html({ stroke: currentColor; fill: none; } + svg circle:not([fill]) { + fill: currentColor; + } td { vertical-align: top;