From 7fea1a1050f5dd567d116bceb58bbe6bb91a7ec6 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 25 Aug 2021 06:55:35 +0200 Subject: [PATCH] latin: chromacons sample on white background Distinguish spaces in dark style, similar to cmymap. --- writing-latn.inc.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/writing-latn.inc.pl b/writing-latn.inc.pl index ad13ae5..50ea1d1 100644 --- a/writing-latn.inc.pl +++ b/writing-latn.inc.pl @@ -726,7 +726,10 @@ nyctographs => { }, chromacons => { title => 'Colour Alphabet by Paul Green-Armytage (2010)', -# style => '.sample { word-break: break-all }', + style => [ + #'.sample { word-break: break-all }', + '.sample { background: white }', + ], list => [ map { sprintf('%s', -- 2.30.0