@@ -190,6 +190,12 @@ pre, .rustdoc.source .example-wrap {
190
190
.content span .type , .content a .type {
191
191
color : # 39AFD7 ;
192
192
}
193
+ .content span .type ,
194
+ .content a .type ,
195
+ .block a .current .type { color : # 39AFD7 ; }
196
+ .content span .associatedtype ,
197
+ .content a .associatedtype ,
198
+ .block a .current .associatedtype { color : # 39AFD7 ; }
193
199
.content span .fn , .content a .fn , .content span .method ,
194
200
.content a .method , .content span .tymethod ,
195
201
.content a .tymethod , .content .fnname {
@@ -454,11 +460,12 @@ above the `@media (max-width: 700px)` rules due to a bug in the css checker */
454
460
.block a .current .derive , .content span .macro , .content a .macro , .block a .current .macro {}
455
461
.content span .struct , .content a .struct , .block a .current .struct {}
456
462
# titles > button : hover , # titles > button .selected {}
457
- .content span .type , .content a .type , .block a .current .type {}
463
+ .content span .typedef , .content a .typedef , .block a .current .typedef {}
458
464
.content span .union , .content a .union , .block a .current .union {}
459
465
pre .rust .lifetime {}
460
466
.stab .unstable {}
461
- h2 , h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ), h4 : not (.method ): not (.type ): not (.tymethod ) {}
467
+ h2 ,
468
+ h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ), h4 : not (.method ): not (.type ): not (.tymethod ) {}
462
469
.content span .enum , .content a .enum , .block a .current .enum {}
463
470
.content span .constant , .content a .constant , .block a .current .constant , .content span .static ,
464
471
.content a .static , .block a .current .static {}
@@ -495,6 +502,7 @@ a.result-fn:focus,
495
502
a .result-method : focus ,
496
503
a .result-tymethod : focus {}
497
504
a .result-type : focus {}
505
+ a .result-associatedtype : focus {}
498
506
a .result-foreigntype : focus {}
499
507
a .result-attr : focus ,
500
508
a .result-derive : focus ,
0 commit comments