Skip to content

Commit 31c3e7e

Browse files
committed
rustdoc: change color of trait types
Fixes #24441
1 parent f9e53c7 commit 31c3e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ a {
392392
text-decoration: underline;
393393
}
394394

395-
.content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; }
395+
.content span.trait, .content a.trait, .block a.current.trait { color: #8866ff; }
396396
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }
397397
.content span.enum, .content a.enum, .block a.current.enum { color: #5e9766; }
398398
.content span.struct, .content a.struct, .block a.current.struct { color: #e53700; }

0 commit comments

Comments
 (0)