]> git.lizzy.rs Git - rust.git/commitdiff
rustdoc: change color of trait types
authorLiigo Zhuang <com.liigo@gmail.com>
Fri, 24 Apr 2015 22:57:18 +0000 (06:57 +0800)
committerLiigo Zhuang <com.liigo@gmail.com>
Fri, 24 Apr 2015 22:57:18 +0000 (06:57 +0800)
Fixes #24441

src/librustdoc/html/static/main.css

index c94dbc15103321f031d33a8ed0d587484d239530..b907e9e20b69867df2040215fb2b2ad68f8158cf 100644 (file)
@@ -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; }