feat(aio): update code style

This commit is contained in:
Stefanie Fluin 2017-05-09 21:06:14 -07:00 committed by Pete Bacon Darwin
parent 412ab3f20c
commit dc7d24267d
1 changed files with 3 additions and 3 deletions

View File

@ -143,11 +143,11 @@
p > code, li > code, table code {
font-family: $code-font;
font-size: 90%;
color: $blue;
font-size: 85%;
color: $darkgray;
letter-spacing: 0;
line-height: 1;
padding: 2px 4px;
padding: 2px 6px;
background-color: $backgroundgray;
border-radius: 4px;
}