1010 color : # c5c5c5 ;
1111}
1212
13- h1 , h2 , h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ), h4 : not (.method ): not (.type ): not (.tymethod ) {
13+ h1 , h2 , h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ),
14+ h4 : not (.method ): not (.type ): not (.tymethod ) {
1415 color : white;
1516}
1617h1 .fqn {
@@ -41,7 +42,7 @@ h3 > code, h4 > code, h5 > code {
4142 color : # e6e1cf ;
4243}
4344pre > code {
44- color : # e6e1cf ;
45+ color : # e6e1cf ;
4546}
4647span code {
4748 color : # e6e1cf ;
@@ -192,7 +193,7 @@ pre {
192193 color : # a37acc ;
193194}
194195
195- pre .rust .comment , pre .rust .doccomment {
196+ pre .rust .comment , pre .rust .doccomment {
196197 color : # 788797 ;
197198 font-style : italic;
198199}
@@ -416,12 +417,13 @@ pre.ignore:hover, .information:hover + pre.ignore {
416417/* rules that this theme does not need to set, here to satisfy the rule checker */
417418/* note that a lot of these are partially set in some way (meaning they are set
418419individually rather than as a group) */
419- /* TODO : these rules should be at the bottom of the file but currently must be
420+ /* FIXME : these rules should be at the bottom of the file but currently must be
420421above the `@media (max-width: 700px)` rules due to a bug in the css checker */
421422/* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
422423.content .highlighted .mod , .content .highlighted .externcrate {}
423424.search-input : focus {}
424- .content span .attr , .content a .attr , .block a .current .attr , .content span .derive , .content a .derive , .block a .current .derive , .content span .macro , .content a .macro , .block a .current .macro {}
425+ .content span .attr , .content a .attr , .block a .current .attr , .content span .derive , .content a .derive ,
426+ .block a .current .derive , .content span .macro , .content a .macro , .block a .current .macro {}
425427.content .highlighted .trait {}
426428.content span .struct , .content a .struct , .block a .current .struct {}
427429# titles > div : hover , # titles > div .selected {}
@@ -436,16 +438,20 @@ pre.rust .lifetime {}
436438.content .highlighted .fn , .content .highlighted .method , .content .highlighted .tymethod {}
437439h2 , h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ), h4 : not (.method ): not (.type ): not (.tymethod ) {}
438440.content span .enum , .content a .enum , .block a .current .enum {}
439- .content span .constant , .content a .constant , .block a .current .constant , .content span .static , .content a .static , .block a .current .static {}
441+ .content span .constant , .content a .constant , .block a .current .constant , .content span .static ,
442+ .content a .static , .block a .current .static {}
440443.content span .keyword , .content a .keyword , .block a .current .keyword {}
441444pre .rust .comment {}
442445.content .highlighted .enum {}
443446.content .highlighted .struct {}
444447.content .highlighted .keyword {}
445448.content span .traitalias , .content a .traitalias , .block a .current .traitalias {}
446- .content span .fn , .content a .fn , .block a .current .fn , .content span .method , .content a .method , .block a .current .method , .content span .tymethod , .content a .tymethod , .block a .current .tymethod , .content .fnname {}
449+ .content span .fn , .content a .fn , .block a .current .fn , .content span .method , .content a .method ,
450+ .block a .current .method , .content span .tymethod , .content a .tymethod , .block a .current .tymethod ,
451+ .content .fnname {}
447452pre .rust .kw {}
448- pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute , pre .rust .attribute .ident {}
453+ pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute ,
454+ pre .rust .attribute .ident {}
449455.content span .foreigntype , .content a .foreigntype , .block a .current .foreigntype {}
450456pre .rust .doccomment {}
451457.stab .deprecated {}
0 commit comments