tweak struct colors

This commit is contained in:
Steve Klabnik 2016-01-20 12:26:33 -05:00
parent 6271ee98f0
commit 257a1ec6f2

View File

@ -383,7 +383,7 @@ a {
}
.content span.enum, .content a.enum, .block a.current.enum { color: #5e9766; }
.content span.struct, .content a.struct, .block a.current.struct { color: #e53700; }
.content span.struct, .content a.struct, .block a.current.struct { color: #df3600; }
.content a.type { color: #e57300; }
.content a.macro { color: #068000; }
.block a.current.crate { font-weight: 500; }