Rollup merge of #57859 - GuillaumeGomez:fix-background, r=QuietMisdreavus

Fix invalid background color

As discussed in #57814.

r? @QuietMisdreavus
This commit is contained in:
Mazdak Farrokhzad 2019-01-28 22:25:45 +01:00 committed by GitHub
commit b1b67cdec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -410,10 +410,6 @@ kbd {
color: #ccc;
}
.impl-items code {
background-color: rgba(0, 0, 0, 0);
}
#sidebar-toggle {
background-color: #565656;
}

View file

@ -405,10 +405,6 @@ kbd {
color: #999;
}
.impl-items code {
background-color: rgba(0, 0, 0, 0);
}
#sidebar-toggle {
background-color: #F1F1F1;
}