@@ -118,7 +118,9 @@ pre, .rustdoc.source .example-wrap {
118118.content span .primitive , .content a .primitive { color : # ffa0a5 ; }
119119.content span .traitalias , .content a .traitalias { color : # 39AFD7 ; }
120120.content span .keyword , .content a .keyword { color : # 39AFD7 ; }
121-
121+ .content span .mod , .content a .mod {
122+ color : # 39AFD7 ;
123+ }
122124.content span .struct , .content a .struct {
123125 color : # ffa0a5 ;
124126}
@@ -128,9 +130,7 @@ pre, .rustdoc.source .example-wrap {
128130.content span .trait , .content a .trait {
129131 color : # 39AFD7 ;
130132}
131- .content span .type ,
132- .content a .type ,
133- .block a .current .type { color : # 39AFD7 ; }
133+ .content span .type , .content a .type { color : # 39AFD7 ; }
134134.content span .associatedtype , .content a .associatedtype { color : # 39AFD7 ; }
135135.content span .fn , .content a .fn ,
136136.content .fnname { color : # fdd687 ; }
@@ -278,28 +278,29 @@ individually rather than as a group) */
278278/* FIXME: these rules should be at the bottom of the file but currently must be
279279above the `@media (max-width: 700px)` rules due to a bug in the css checker */
280280/* 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 {}
285285# titles > button : hover , # titles > button .selected {}
286- .content span .union , .content a .union , . block a . current . union {}
286+ .content span .union , .content a .union {}
287287pre .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 {}
294295pre .rust .kw {}
295296pre .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 {}
297298.stab .deprecated {}
298299.content a .attr , .content a .derive , .content a .macro {}
299300.stab .portability {}
300- .content span .primitive , .content a .primitive , . block a . current . primitive {}
301+ .content span .primitive , .content a .primitive {}
301302pre .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 {}
303304
304305.search-results a : focus span {}
305306a .result-trait : focus {}
0 commit comments