Skip to content

Commit 130240a

Browse files
committed
Rollup merge of rust-lang#24804 - liigo:new-trait-color, r=steveklabnik
Fixes rust-lang#24441 Preview: ![new-trait-color](https://cloud.githubusercontent.com/assets/346530/7331922/d6cbcf72-eb58-11e4-8a1d-4ca5e3683ed2.png)
2 parents 08c0299 + 31c3e7e commit 130240a

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)