0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 03:07:54 +01:00

doc: adopt MDN style for kbd elements

PR-URL: https://github.com/nodejs/node/pull/35460
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Rich Trott 2020-10-02 03:33:24 -07:00
parent 6467d1d4e9
commit cd226c0305

View File

@ -573,12 +573,18 @@ td > *:last-child {
}
kbd {
font-size: 1.2em;
font-weight: 700;
background-color: #eee;
border-radius: 3px;
padding: 1px 2px 0;
border: 1px solid black;
}
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
color: #333;
display: inline-block;
font-size: .85em;
font-weight: 700;
line-height: 1;
padding: 2px 4px;
white-space: nowrap;
}
.changelog > summary {
margin: .5rem 0;