Skip to content

Commit 257a1ec

Browse files
committed
tweak struct colors
1 parent 6271ee9 commit 257a1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ a {
383383
}
384384

385385
.content span.enum, .content a.enum, .block a.current.enum { color: #5e9766; }
386-
.content span.struct, .content a.struct, .block a.current.struct { color: #e53700; }
386+
.content span.struct, .content a.struct, .block a.current.struct { color: #df3600; }
387387
.content a.type { color: #e57300; }
388388
.content a.macro { color: #068000; }
389389
.block a.current.crate { font-weight: 500; }

0 commit comments

Comments
 (0)