Skip to content

Commit a63575c

Browse files
GuillaumeGomeznikomatsakis
authored andcommitted
Fix invalid background color
1 parent fdd5467 commit a63575c

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)