modify code style in default markdown.css

Signed-off-by: Le Tan <tamlokveer@gmail.com>
This commit is contained in:
Le Tan 2016-11-11 22:46:24 +08:00
parent d77b333343
commit 5f8073eeec

View File

@ -73,8 +73,7 @@ code {
font-family: Consolas, Monaco, Andale Mono, monospace;
line-height: 1.5;
font-size: 13px;
border: 1px solid #eaeaea;
background-color: #f8f8f8;
border: 1px solid #363636;
border-radius: 3px;
}
pre code {