X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/33e3013acbef27ba49fa091389ed8bf4096fa860..2876b76b7b654f43dd1668c4a963a049450ed66c:/base.css diff --git a/base.css b/base.css index 7a2d4e7..c685acd 100644 --- a/base.css +++ b/base.css @@ -331,7 +331,8 @@ table.dimap { .X {background: #FFF} /* unidentified */ #digraphs .Xa {color: #0A0} /* ascii */ #digraphs .Xl {color: #070} /* latin1 */ -#digraphs .Xz {color: #D00} /* proposed */ +#digraphs .u-prop {color: #D00} /* proposed */ +#digraphs .u-prop.ex {color: #A44} /* experimental, disfavoured */ .Lm, .Mc, .Me, .Zl, .Zp {background: #F00} /* unstyled */ .X > span {background: #888} /* invisible contents */ @@ -448,7 +449,7 @@ table.dimap { .Xr:hover {background: #FFF} /* reserved */ .Xa:hover {outline: 1px solid #0F0} /* ascii */ .Xl:hover {outline: 1px solid #0C0} /* latin1 */ -.Xz:hover {outline: 1px solid #F00} /* proposed */ +.u-prop:hover {outline: 1px solid #F00} /* proposed */ .l0:hover {background: #888} .l1:hover {background: #F88} .l2:hover {background: #FC8}