From dc2729591aa075c8eacbac5a613613734a7ff146 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 21 Feb 2015 06:26:51 +0100 Subject: [PATCH] style: transparent background on whitespace char cells --- base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.css b/base.css index 56ce991..33e61f4 100644 --- a/base.css +++ b/base.css @@ -335,7 +335,7 @@ table.dimap { #digraphs .u-prop.ex {color: #D88; color: rgba(221, 0, 0, .5)} /* unofficial proposal */ .Lm, .Mc, .Me, .Zl, .Zp {background: #F00} /* unstyled */ -.X > span {background: #888} /* invisible contents */ +.X > span {background: #898; background: rgba(0, 0, 0, .25)} /* invisible contents */ /* letter scripts */ .Armenian, -- 2.30.0