moved colors of kbd tag into main.css

This commit is contained in:
Marcel Hellwig 2017-12-22 13:29:02 +01:00
parent 176624fb4b
commit 6e741df1bd
2 changed files with 11 additions and 5 deletions

View File

@ -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;
}

View File

@ -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;
}