@@ -190,6 +190,12 @@ pre, .rustdoc.source .example-wrap {
190190.content span .type , .content a .type {
191191 color : # 39AFD7 ;
192192}
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 ; }
193199.content span .fn , .content a .fn , .content span .method ,
194200.content a .method , .content span .tymethod ,
195201.content a .tymethod , .content .fnname {
@@ -454,11 +460,12 @@ above the `@media (max-width: 700px)` rules due to a bug in the css checker */
454460.block a .current .derive , .content span .macro , .content a .macro , .block a .current .macro {}
455461.content span .struct , .content a .struct , .block a .current .struct {}
456462# 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 {}
458464.content span .union , .content a .union , .block a .current .union {}
459465pre .rust .lifetime {}
460466.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 ) {}
462469.content span .enum , .content a .enum , .block a .current .enum {}
463470.content span .constant , .content a .constant , .block a .current .constant , .content span .static ,
464471.content a .static , .block a .current .static {}
@@ -495,6 +502,7 @@ a.result-fn:focus,
495502a .result-method : focus ,
496503a .result-tymethod : focus {}
497504a .result-type : focus {}
505+ a .result-associatedtype : focus {}
498506a .result-foreigntype : focus {}
499507a .result-attr : focus ,
500508a .result-derive : focus ,
0 commit comments