Skip to content

Commit

Permalink
Fix invalid background color
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jan 23, 2019
1 parent 817dda7 commit 0cf9704
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
Expand Up @@ -419,10 +419,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
Expand Up @@ -414,10 +414,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 0cf9704

Please sign in to comment.