Skip to content

Commit

Permalink
rustdoc: change color of trait types
Browse files Browse the repository at this point in the history
Fixes #24441
  • Loading branch information
liigo committed Apr 24, 2015
1 parent f9e53c7 commit 31c3e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/main.css
Expand Up @@ -392,7 +392,7 @@ a {
text-decoration: underline;
}

.content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; }
.content span.trait, .content a.trait, .block a.current.trait { color: #8866ff; }
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }
.content span.enum, .content a.enum, .block a.current.enum { color: #5e9766; }
.content span.struct, .content a.struct, .block a.current.struct { color: #e53700; }
Expand Down

0 comments on commit 31c3e7e

Please sign in to comment.