We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e53c7 commit 31c3e7eCopy full SHA for 31c3e7e
src/librustdoc/html/static/main.css
@@ -392,7 +392,7 @@ a {
392
text-decoration: underline;
393
}
394
395
-.content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; }
+.content span.trait, .content a.trait, .block a.current.trait { color: #8866ff; }
396
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }
397
.content span.enum, .content a.enum, .block a.current.enum { color: #5e9766; }
398
.content span.struct, .content a.struct, .block a.current.struct { color: #e53700; }
0 commit comments