Fix invalid background color

This commit is contained in:
Guillaume Gomez 2019-01-23 12:05:00 +01:00
parent 817dda7df0
commit 0cf97042d1
2 changed files with 0 additions and 8 deletions

View file

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

View file

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