File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
src/librustdoc/html/static/themes Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 8282 border-bottom-color : # ddd ;
8383}
8484
85- : target { background : # 494a3d ; }
86-
87- : target > .in-band {
88- background : # 494a3d ;
89- }
90-
9185.content .method .where ,
9286.content .fn .where ,
9387.content .where .fmt-newline {
@@ -252,7 +246,7 @@ a.test-arrow:hover{
252246 color : # 999 ;
253247}
254248
255- : target > code {
249+ : target > code , : target > . in-band {
256250 background-color : # 494a3d ;
257251}
258252
Original file line number Diff line number Diff line change 8484 border-bottom-color : # ddd ;
8585}
8686
87- : target { background : # FDFFD3 ; }
88-
89- : target > .in-band {
90- background : # FDFFD3 ;
91- }
92-
9387.content .method .where ,
9488.content .fn .where ,
9589.content .where .fmt-newline {
@@ -247,7 +241,7 @@ a.test-arrow:hover{
247241 color : # 999 ;
248242}
249243
250- : target > code {
244+ : target > code , : target > . in-band {
251245 background : # FDFFD3 ;
252246}
253247
You can’t perform that action at this time.
0 commit comments