Rollup merge of #57859 - GuillaumeGomez:fix-background, r=QuietMisdreavus
Fix invalid background color As discussed in #57814. r? @QuietMisdreavus
This commit is contained in:
commit
b1b67cdec1
2 changed files with 0 additions and 8 deletions
|
|
@ -410,10 +410,6 @@ kbd {
|
|||
color: #ccc;
|
||||
}
|
||||
|
||||
.impl-items code {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
#sidebar-toggle {
|
||||
background-color: #565656;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -405,10 +405,6 @@ kbd {
|
|||
color: #999;
|
||||
}
|
||||
|
||||
.impl-items code {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
#sidebar-toggle {
|
||||
background-color: #F1F1F1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue