mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-25 14:13:38 +00:00
moved colors of kbd tag into main.css
This commit is contained in:
parent
176624fb4b
commit
6e741df1bd
@ -1113,11 +1113,8 @@ kbd {
|
||||
padding: 3px 5px;
|
||||
font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
line-height: 10px;
|
||||
color: #444d56;
|
||||
vertical-align: middle;
|
||||
background-color: #fafbfc;
|
||||
border: solid 1px #d1d5da;
|
||||
border-bottom-color: #c6cbd1;
|
||||
border: solid 1px;
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 -1px 0 #c6cbd1;
|
||||
box-shadow: inset 0 -1px 0;
|
||||
}
|
||||
|
@ -343,3 +343,12 @@ pre.ignore:hover, .information:hover + pre.ignore {
|
||||
border-right-color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
kbd {
|
||||
color: #444d56;
|
||||
background-color: #fafbfc;
|
||||
border-color: #d1d5da;
|
||||
border-bottom-color: #c6cbd1;
|
||||
box-shadow-color: #c6cbd1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user