File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 383
383
}
384
384
385
385
.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 ; }
387
387
.content a .type { color : # e57300 ; }
388
388
.content a .macro { color : # 068000 ; }
389
389
.block a .current .crate { font-weight : 500 ; }
Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ a {
106
106
}
107
107
108
108
.docblock a , .stability a {
109
- color : # 4e8bca ;
109
+ color : # 3873AD ;
110
110
}
111
111
112
112
a .test-arrow {
113
113
color : # f5f5f5 ;
114
114
}
115
115
116
- .content span .trait , .content a .trait , .block a .current .trait { color : # 8866ff ; }
116
+ .content span .trait , .content a .trait , .block a .current .trait { color : # 7c5af3 ; }
117
117
118
118
.search-input {
119
119
color : # 555 ;
You can’t perform that action at this time.
0 commit comments