Skip to content

Commit 757abfc

Browse files
authored
Rollup merge of rust-lang#57859 - GuillaumeGomez:fix-background, r=QuietMisdreavus
Fix invalid background color As discussed in rust-lang#57814. r? @QuietMisdreavus
2 parents 2a63b33 + 0cf9704 commit 757abfc

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,6 @@ kbd {
410410
color: #ccc;
411411
}
412412

413-
.impl-items code {
414-
background-color: rgba(0, 0, 0, 0);
415-
}
416-
417413
#sidebar-toggle {
418414
background-color: #565656;
419415
}

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

-4
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,6 @@ kbd {
405405
color: #999;
406406
}
407407

408-
.impl-items code {
409-
background-color: rgba(0, 0, 0, 0);
410-
}
411-
412408
#sidebar-toggle {
413409
background-color: #F1F1F1;
414410
}

0 commit comments

Comments
 (0)