File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
src/librustdoc/html/static/css/themes Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 178178 color : # D2991D ;
179179}
180180
181- a .test-arrow {
182- color : # dedede ;
183- }
184181body .source .example-wrap pre .rust a {
185182 background : # 333 ;
186183}
@@ -255,6 +252,7 @@ pre.rust .question-mark {
255252}
256253
257254a .test-arrow {
255+ color : # dedede ;
258256 background-color : rgba (78 , 139 , 202 , 0.2 );
259257}
260258
Original file line number Diff line number Diff line change 175175 color : # 3873AD ;
176176}
177177
178- a .test-arrow {
179- color : # f5f5f5 ;
180- }
181178body .source .example-wrap pre .rust a {
182179 background : # eee ;
183180}
@@ -239,7 +236,8 @@ pre.rust .question-mark {
239236}
240237
241238a .test-arrow {
242- background-color : rgb (78 , 139 , 202 , 0.2 );
239+ color : # f5f5f5 ;
240+ background-color : rgba (78 , 139 , 202 , 0.2 );
243241}
244242
245243a .test-arrow : hover {
You can’t perform that action at this time.
0 commit comments