We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c94965 commit 302e51fCopy full SHA for 302e51f
src/librustdoc/html/static/rustdoc.css
@@ -438,6 +438,8 @@ a {
438
.content span.struct, .content a.struct, .block a.current.struct { color: #df3600; }
439
.content span.type, .content a.type, .block a.current.type { color: #e57300; }
440
.content span.macro, .content a.macro, .block a.current.macro { color: #068000; }
441
+.content span.union, .content a.union, .block a.current.union { color: #c0c74f; }
442
+.content span.constant, .content a.constant, .block a.current.constant { color: #c7944f; }
443
.block a.current.crate { font-weight: 500; }
444
445
.search-input {
0 commit comments