Change color and make ? bold

This commit is contained in:
est31 2016-10-12 14:48:13 +02:00
parent 6a89b8fd0a
commit 87cbfb455f

View file

@ -571,7 +571,8 @@ pre.rust .attribute, pre.rust .attribute .ident { color: #C82829; }
pre.rust .macro, pre.rust .macro-nonterminal { color: #3E999F; }
pre.rust .lifetime { color: #B76514; }
pre.rust .question-mark {
color: #c67e2d;
color: #ff9011;
font-weight: bold;
}
.rusttest { display: none; }