@@ -119,9 +119,6 @@ pre, .rustdoc.source .example-wrap {
119119.content span .traitalias , .content a .traitalias { color : # 39AFD7 ; }
120120.content span .keyword , .content a .keyword { color : # 39AFD7 ; }
121121
122- .content span .externcrate , .content span .mod , .content a .mod {
123- color : # 39AFD7 ;
124- }
125122.content span .struct , .content a .struct {
126123 color : # ffa0a5 ;
127124}
@@ -131,28 +128,19 @@ pre, .rustdoc.source .example-wrap {
131128.content span .trait , .content a .trait {
132129 color : # 39AFD7 ;
133130}
134- .content span .type , .content a .type {
135- color : # 39AFD7 ;
136- }
137131.content span .type ,
138132.content a .type ,
139133.block a .current .type { color : # 39AFD7 ; }
140- .content span .associatedtype ,
141- .content a .associatedtype ,
142- .block a .current .associatedtype { color : # 39AFD7 ; }
143- .content span .fn , .content a .fn , .content span .method ,
144- .content a .method , .content span .tymethod ,
145- .content a .tymethod , .content .fnname {
146- color : # fdd687 ;
147- }
134+ .content span .associatedtype , .content a .associatedtype { color : # 39AFD7 ; }
135+ .content span .fn , .content a .fn ,
136+ .content .fnname { color : # fdd687 ; }
148137.content span .attr , .content a .attr , .content span .derive ,
149138.content a .derive , .content span .macro , .content a .macro {
150139 color : # a37acc ;
151140}
152141
153142.sidebar a { color : # 53b1db ; }
154143.sidebar a .current .type { color : # 53b1db ; }
155- .sidebar a .current .associatedtype { color : # 53b1db ; }
156144
157145pre .rust .comment { color : # 788797 ; }
158146pre .rust .doccomment { color : # a1ac88 ; }
@@ -290,32 +278,26 @@ individually rather than as a group) */
290278/* FIXME: these rules should be at the bottom of the file but currently must be
291279above the `@media (max-width: 700px)` rules due to a bug in the css checker */
292280/* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
293- .content span .attr , .content a .attr , .block a .current .attr , .content span .derive , .content a .derive ,
294- .block a .current .derive , .content span .macro , .content a .macro , .block a .current .macro {}
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 {}
295284.content span .struct , .content a .struct , .block a .current .struct {}
296- # titles > button : hover , # titles > button .selected {}
297- .content span .typedef , .content a .typedef , .block a .current .typedef {}
298- .content span .union , .content a .union , .block a .current .union {}
285+ # titles > button : hover , # titles > button .selected {}
286+ .content span .union , .content a .union , .block a .current .union {}
299287pre .rust .lifetime {}
300- .stab .unstable {}
301- h2 ,
302- h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ), h4 : not (.method ): not (.type ): not (.tymethod ) {}
303- .content span .enum , .content a .enum , .block a .current .enum {}
304- .content span .constant , .content a .constant , .block a .current .constant , .content span .static ,
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 ,
305290.content a .static , .block a .current .static {}
306- .content span .keyword , .content a .keyword , .block a .current .keyword {}
291+ .content span .keyword , .content a .keyword , .block a .current .keyword {}
307292.content span .traitalias , .content a .traitalias , .block a .current .traitalias {}
308- .content span .fn , .content a .fn , .block a .current .fn , .content span .method , .content a .method ,
309- .block a .current .method , .content span .tymethod , .content a .tymethod , .block a .current .tymethod ,
310- .content .fnname {}
293+ .content span .fn , .content a .fn , .block a .current .fn , .content .fnname {}
311294pre .rust .kw {}
312295pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute {}
313296.content span .foreigntype , .content a .foreigntype , .block a .current .foreigntype {}
314297.stab .deprecated {}
315298.content a .attr , .content a .derive , .content a .macro {}
316299.stab .portability {}
317300.content span .primitive , .content a .primitive , .block a .current .primitive {}
318- .content span .externcrate , .content span .mod , .content a .mod , .block a .current .mod {}
319301pre .rust .kw-2 , pre .rust .prelude-ty {}
320302.content span .trait , .content a .trait , .block a .current .trait {}
321303
@@ -353,13 +335,9 @@ a.result-keyword:focus {}
353335.sidebar a .current .constant
354336.sidebar a .current .static {}
355337.sidebar a .current .primitive {}
356- .sidebar a .current .externcrate
357- .sidebar a .current .mod {}
358338.sidebar a .current .trait {}
359339.sidebar a .current .traitalias {}
360- .sidebar a .current .fn ,
361- .sidebar a .current .method ,
362- .sidebar a .current .tymethod {}
340+ .sidebar a .current .fn {}
363341.sidebar a .current .keyword {}
364342
365343kbd {
0 commit comments