From 734bb7938dbf500c23bc9a8c7357e92fda817ff7 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 21 Feb 2015 05:59:14 +0100 Subject: [PATCH] digraphs: prefer transparent proposal style --- base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.css b/base.css index c685acd..56ce991 100644 --- a/base.css +++ b/base.css @@ -332,7 +332,7 @@ table.dimap { #digraphs .Xa {color: #0A0} /* ascii */ #digraphs .Xl {color: #070} /* latin1 */ #digraphs .u-prop {color: #D00} /* proposed */ -#digraphs .u-prop.ex {color: #A44} /* experimental, disfavoured */ +#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 */ @@ -384,7 +384,7 @@ table.dimap { /* default u-ascii */ .l5 {background: #DFD} /* complete, perfect */ .l0 {background: #EEE} /* unknown, omitted */ -.ex { color: #888} /* experimental, disfavoured */ +.ex { color: #888; color: rgba(0, 0, 0, .5)} /* experimental, disfavoured */ .u-invalid {background: #BBB} /* invalid, impossible */ .p0 {opacity: .6} -- 2.30.0