Try to keep code size the same as body text.

This commit is contained in:
Henry de Valence 2020-01-27 21:38:31 -08:00
parent 8c8d13b9eb
commit 0f6cea36bf
1 changed files with 7 additions and 5 deletions

View File

@ -212,13 +212,15 @@ p,
li {
code {
@include font-size(14);
//@include font-size(14);
//margin: 0 2px;
//padding: 0 5px;
//border: 1px solid lighten($black, 90);
//background-color: lighten($black, 95);
font-family: $code-font;
white-space: nowrap;
margin: 0 2px;
padding: 0 5px;
border: 1px solid lighten($black, 90);
background-color: lighten($black, 95);
background-color: #efefef;
padding: 0 2px;
@include rounded(3px);
}
}