Skip to content

Commit 407e72e

Browse files
Fix --kbd-color variable name in rustdoc.css
1 parent c156773 commit 407e72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ kbd {
13741374
vertical-align: middle;
13751375
border: solid 1px var(--border-color);
13761376
border-radius: 3px;
1377-
color: var(--kbd--color);
1377+
color: var(--kbd-color);
13781378
background-color: var(--kbd-background);
13791379
box-shadow: inset 0 -1px 0 var(--kbd-box-shadow-color);
13801380
}

0 commit comments

Comments
 (0)