feat(aio): update code style
This commit is contained in:
parent
412ab3f20c
commit
dc7d24267d
|
@ -143,11 +143,11 @@
|
||||||
|
|
||||||
p > code, li > code, table code {
|
p > code, li > code, table code {
|
||||||
font-family: $code-font;
|
font-family: $code-font;
|
||||||
font-size: 90%;
|
font-size: 85%;
|
||||||
color: $blue;
|
color: $darkgray;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 2px 4px;
|
padding: 2px 6px;
|
||||||
background-color: $backgroundgray;
|
background-color: $backgroundgray;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue