Change color and make ? bold
This commit is contained in:
parent
6a89b8fd0a
commit
87cbfb455f
1 changed files with 2 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue