@@ -118,7 +118,9 @@ pre, .rustdoc.source .example-wrap {
118
118
.content span .primitive , .content a .primitive { color : # ffa0a5 ; }
119
119
.content span .traitalias , .content a .traitalias { color : # 39AFD7 ; }
120
120
.content span .keyword , .content a .keyword { color : # 39AFD7 ; }
121
-
121
+ .content span .mod , .content a .mod {
122
+ color : # 39AFD7 ;
123
+ }
122
124
.content span .struct , .content a .struct {
123
125
color : # ffa0a5 ;
124
126
}
@@ -128,9 +130,7 @@ pre, .rustdoc.source .example-wrap {
128
130
.content span .trait , .content a .trait {
129
131
color : # 39AFD7 ;
130
132
}
131
- .content span .type ,
132
- .content a .type ,
133
- .block a .current .type { color : # 39AFD7 ; }
133
+ .content span .type , .content a .type { color : # 39AFD7 ; }
134
134
.content span .associatedtype , .content a .associatedtype { color : # 39AFD7 ; }
135
135
.content span .fn , .content a .fn ,
136
136
.content .fnname { color : # fdd687 ; }
@@ -278,28 +278,29 @@ individually rather than as a group) */
278
278
/* FIXME: these rules should be at the bottom of the file but currently must be
279
279
above the `@media (max-width: 700px)` rules due to a bug in the css checker */
280
280
/* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
281
- .content span .attr , .content a .attr , . block a . current . attr ,
282
- .content span .derive , .content a .derive , . block a . current . derive ,
283
- .content span .macro , .content a .macro , . block a . current . macro {}
284
- .content span .struct , .content a .struct , . block a . current . struct {}
281
+ .content span .attr , .content a .attr ,
282
+ .content span .derive , .content a .derive ,
283
+ .content span .macro , .content a .macro {}
284
+ .content span .struct , .content a .struct {}
285
285
# titles > button : hover , # titles > button .selected {}
286
- .content span .union , .content a .union , . block a . current . union {}
286
+ .content span .union , .content a .union {}
287
287
pre .rust .lifetime {}
288
- .content span .enum , .content a .enum , .block a .current .enum {}
289
- .content span .constant , .content a .constant , .block a .current .constant , .content span .static ,
290
- .content a .static , .block a .current .static {}
291
- .content span .keyword , .content a .keyword , .block a .current .keyword {}
292
- .content span .traitalias , .content a .traitalias , .block a .current .traitalias {}
293
- .content span .fn , .content a .fn , .block a .current .fn , .content .fnname {}
288
+ .content span .enum , .content a .enum {}
289
+ .content span .constant , .content a .constant ,
290
+ .content span .static , .content a .static {}
291
+ .content span .keyword , .content a .keyword {}
292
+ .content span .traitalias , .content a .traitalias {}
293
+ .content span .fn , .content a .fn ,
294
+ .content .fnname {}
294
295
pre .rust .kw {}
295
296
pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute {}
296
- .content span .foreigntype , .content a .foreigntype , . block a . current . foreigntype {}
297
+ .content span .foreigntype , .content a .foreigntype {}
297
298
.stab .deprecated {}
298
299
.content a .attr , .content a .derive , .content a .macro {}
299
300
.stab .portability {}
300
- .content span .primitive , .content a .primitive , . block a . current . primitive {}
301
+ .content span .primitive , .content a .primitive {}
301
302
pre .rust .kw-2 , pre .rust .prelude-ty {}
302
- .content span .trait , .content a .trait , . block a . current . trait {}
303
+ .content span .trait , .content a .trait {}
303
304
304
305
.search-results a : focus span {}
305
306
a .result-trait : focus {}
0 commit comments