Skip to content

Commit 0cf9704

Browse files
Fix invalid background color
1 parent 817dda7 commit 0cf9704

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
@@ -419,10 +419,6 @@ kbd {
419419
color: #ccc;
420420
}
421421

422-
.impl-items code {
423-
background-color: rgba(0, 0, 0, 0);
424-
}
425-
426422
#sidebar-toggle {
427423
background-color: #565656;
428424
}

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

-4
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,6 @@ kbd {
414414
color: #999;
415415
}
416416

417-
.impl-items code {
418-
background-color: rgba(0, 0, 0, 0);
419-
}
420-
421417
#sidebar-toggle {
422418
background-color: #F1F1F1;
423419
}

0 commit comments

Comments
 (0)