File tree 2 files changed +2
-14
lines changed
src/librustdoc/html/static/themes
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 82
82
border-bottom-color : # ddd ;
83
83
}
84
84
85
- : target { background : # 494a3d ; }
86
-
87
- : target > .in-band {
88
- background : # 494a3d ;
89
- }
90
-
91
85
.content .method .where ,
92
86
.content .fn .where ,
93
87
.content .where .fmt-newline {
@@ -252,7 +246,7 @@ a.test-arrow:hover{
252
246
color : # 999 ;
253
247
}
254
248
255
- : target > code {
249
+ : target > code , : target > . in-band {
256
250
background-color : # 494a3d ;
257
251
}
258
252
Original file line number Diff line number Diff line change 84
84
border-bottom-color : # ddd ;
85
85
}
86
86
87
- : target { background : # FDFFD3 ; }
88
-
89
- : target > .in-band {
90
- background : # FDFFD3 ;
91
- }
92
-
93
87
.content .method .where ,
94
88
.content .fn .where ,
95
89
.content .where .fmt-newline {
@@ -247,7 +241,7 @@ a.test-arrow:hover{
247
241
color : # 999 ;
248
242
}
249
243
250
- : target > code {
244
+ : target > code , : target > . in-band {
251
245
background : # FDFFD3 ;
252
246
}
253
247
You can’t perform that action at this time.
0 commit comments