Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddle
Fix --kbd-color variable name in rustdoc.css Interestingly enough, it only impacted the dark theme. Before:  After:  r? `@notriddle`
This commit is contained in:
commit
388538fc96
2 changed files with 2 additions and 2 deletions
|
|
@ -1369,7 +1369,7 @@ kbd {
|
|||
vertical-align: middle;
|
||||
border: solid 1px var(--border-color);
|
||||
border-radius: 3px;
|
||||
color: var(--kbd--color);
|
||||
color: var(--kbd-color);
|
||||
background-color: var(--kbd-background);
|
||||
box-shadow: inset 0 -1px 0 var(--kbd-box-shadow-color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue