From: Mischa POSLAWSKY Date: Sat, 21 Feb 2015 04:59:14 +0000 (+0100) Subject: digraphs: prefer transparent proposal style X-Git-Tag: v1.7~115 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/734bb7938dbf500c23bc9a8c7357e92fda817ff7 digraphs: prefer transparent proposal style --- 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}