We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174abeb commit 0eff3d5Copy full SHA for 0eff3d5
src/librustdoc/html/static/themes/ayu.css
@@ -318,13 +318,12 @@ a.test-arrow {
318
font-size: 100%;
319
color: #788797;
320
border-radius: 4px;
321
- box-shadow: 0 0 0 1px #424c57,0 0 0 2px transparent;
322
- background-color: rgba(255, 255, 255, 0);
+ background-color: rgba(57, 175, 215, 0.09);
323
}
324
325
a.test-arrow:hover {
326
- background-color: rgba(242, 151, 24, 0.05);
327
- color: #ffb44c;
+ background-color: rgba(57, 175, 215, 0.368);
+ color: #c5c5c5;
328
329
330
.toggle-label {
0 commit comments