File tree 2 files changed +3
-7
lines changed
src/librustdoc/html/static/css/themes
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 178
178
color : # D2991D ;
179
179
}
180
180
181
- a .test-arrow {
182
- color : # dedede ;
183
- }
184
181
body .source .example-wrap pre .rust a {
185
182
background : # 333 ;
186
183
}
@@ -255,6 +252,7 @@ pre.rust .question-mark {
255
252
}
256
253
257
254
a .test-arrow {
255
+ color : # dedede ;
258
256
background-color : rgba (78 , 139 , 202 , 0.2 );
259
257
}
260
258
Original file line number Diff line number Diff line change 175
175
color : # 3873AD ;
176
176
}
177
177
178
- a .test-arrow {
179
- color : # f5f5f5 ;
180
- }
181
178
body .source .example-wrap pre .rust a {
182
179
background : # eee ;
183
180
}
@@ -239,7 +236,8 @@ pre.rust .question-mark {
239
236
}
240
237
241
238
a .test-arrow {
242
- background-color : rgb (78 , 139 , 202 , 0.2 );
239
+ color : # f5f5f5 ;
240
+ background-color : rgba (78 , 139 , 202 , 0.2 );
243
241
}
244
242
245
243
a .test-arrow : hover {
You can’t perform that action at this time.
0 commit comments