Skip to content

Commit 0eff3d5

Browse files
tesujiCldfire
andcommitted
Ayu: use different background color to make Run button easy-to-spot
Co-authored-by: Cldfire <[email protected]>
1 parent 174abeb commit 0eff3d5

File tree

1 file changed

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

1 file changed

+3
-4
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,12 @@ a.test-arrow {
318318
font-size: 100%;
319319
color: #788797;
320320
border-radius: 4px;
321-
box-shadow: 0 0 0 1px #424c57,0 0 0 2px transparent;
322-
background-color: rgba(255, 255, 255, 0);
321+
background-color: rgba(57, 175, 215, 0.09);
323322
}
324323

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

330329
.toggle-label {

0 commit comments

Comments
 (0)