Skip to content

Commit e0fae89

Browse files
authored
Rollup merge of #74501 - lzutao:css_run_border, r=GuillaumeGomez
Ayu theme: Use different background color for Run button Make it clearer that there is a button Run there. Demo in #74501 (comment) .
2 parents 6a4276d + 0eff3d5 commit e0fae89

File tree

1 file changed

+3
-3
lines changed
  • src/librustdoc/html/static/themes

1 file changed

+3
-3
lines changed

src/librustdoc/html/static/themes/ayu.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,12 @@ a.test-arrow {
318318
font-size: 100%;
319319
color: #788797;
320320
border-radius: 4px;
321-
background-color: rgba(255, 255, 255, 0);
321+
background-color: rgba(57, 175, 215, 0.09);
322322
}
323323

324324
a.test-arrow:hover {
325-
background-color: rgba(242, 151, 24, 0.05);
326-
color: #ffb44c;
325+
background-color: rgba(57, 175, 215, 0.368);
326+
color: #c5c5c5;
327327
}
328328

329329
.toggle-label {

0 commit comments

Comments
 (0)