10
10
color : # c5c5c5 ;
11
11
}
12
12
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 ) {
14
15
color : white;
15
16
}
16
17
h1 .fqn {
@@ -41,7 +42,7 @@ h3 > code, h4 > code, h5 > code {
41
42
color : # e6e1cf ;
42
43
}
43
44
pre > code {
44
- color : # e6e1cf ;
45
+ color : # e6e1cf ;
45
46
}
46
47
span code {
47
48
color : # e6e1cf ;
@@ -192,7 +193,7 @@ pre {
192
193
color : # a37acc ;
193
194
}
194
195
195
- pre .rust .comment , pre .rust .doccomment {
196
+ pre .rust .comment , pre .rust .doccomment {
196
197
color : # 788797 ;
197
198
font-style : italic;
198
199
}
@@ -423,12 +424,13 @@ pre.ignore:hover, .information:hover + pre.ignore {
423
424
/* rules that this theme does not need to set, here to satisfy the rule checker */
424
425
/* note that a lot of these are partially set in some way (meaning they are set
425
426
individually rather than as a group) */
426
- /* TODO : these rules should be at the bottom of the file but currently must be
427
+ /* FIXME : these rules should be at the bottom of the file but currently must be
427
428
above the `@media (max-width: 700px)` rules due to a bug in the css checker */
428
429
/* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
429
430
.content .highlighted .mod , .content .highlighted .externcrate {}
430
431
.search-input : focus {}
431
- .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 {}
432
+ .content span .attr , .content a .attr , .block a .current .attr , .content span .derive , .content a .derive ,
433
+ .block a .current .derive , .content span .macro , .content a .macro , .block a .current .macro {}
432
434
.content .highlighted .trait {}
433
435
.content span .struct , .content a .struct , .block a .current .struct {}
434
436
# titles > div : hover , # titles > div .selected {}
@@ -443,16 +445,20 @@ pre.rust .lifetime {}
443
445
.content .highlighted .fn , .content .highlighted .method , .content .highlighted .tymethod {}
444
446
h2 , h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ), h4 : not (.method ): not (.type ): not (.tymethod ) {}
445
447
.content span .enum , .content a .enum , .block a .current .enum {}
446
- .content span .constant , .content a .constant , .block a .current .constant , .content span .static , .content a .static , .block a .current .static {}
448
+ .content span .constant , .content a .constant , .block a .current .constant , .content span .static ,
449
+ .content a .static , .block a .current .static {}
447
450
.content span .keyword , .content a .keyword , .block a .current .keyword {}
448
451
pre .rust .comment {}
449
452
.content .highlighted .enum {}
450
453
.content .highlighted .struct {}
451
454
.content .highlighted .keyword {}
452
455
.content span .traitalias , .content a .traitalias , .block a .current .traitalias {}
453
- .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 {}
456
+ .content span .fn , .content a .fn , .block a .current .fn , .content span .method , .content a .method ,
457
+ .block a .current .method , .content span .tymethod , .content a .tymethod , .block a .current .tymethod ,
458
+ .content .fnname {}
454
459
pre .rust .kw {}
455
- pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute , pre .rust .attribute .ident {}
460
+ pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute ,
461
+ pre .rust .attribute .ident {}
456
462
.content span .foreigntype , .content a .foreigntype , .block a .current .foreigntype {}
457
463
pre .rust .doccomment {}
458
464
.stab .deprecated {}
0 commit comments