Skip to content

Commit

Permalink
Rollup merge of rust-lang#57859 - GuillaumeGomez:fix-background, r=Qu…
Browse files Browse the repository at this point in the history
…ietMisdreavus

Fix invalid background color

As discussed in rust-lang#57814.

r? @QuietMisdreavus
  • Loading branch information
Centril authored Jan 28, 2019
2 parents 2a63b33 + 0cf9704 commit 757abfc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,6 @@ kbd {
color: #ccc;
}

.impl-items code {
background-color: rgba(0, 0, 0, 0);
}

#sidebar-toggle {
background-color: #565656;
}
Expand Down
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,6 @@ kbd {
color: #999;
}

.impl-items code {
background-color: rgba(0, 0, 0, 0);
}

#sidebar-toggle {
background-color: #F1F1F1;
}
Expand Down

0 comments on commit 757abfc

Please sign in to comment.