Skip to content

Commit 87cbfb4

Browse files
committed
Change color and make ? bold
1 parent 6a89b8f commit 87cbfb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,8 @@ pre.rust .attribute, pre.rust .attribute .ident { color: #C82829; }
571571
pre.rust .macro, pre.rust .macro-nonterminal { color: #3E999F; }
572572
pre.rust .lifetime { color: #B76514; }
573573
pre.rust .question-mark {
574-
color: #c67e2d;
574+
color: #ff9011;
575+
font-weight: bold;
575576
}
576577

577578
.rusttest { display: none; }

0 commit comments

Comments
 (0)