[require]添加代码块行号,以及monokai主题

This commit is contained in:
percychen
2018-10-04 16:59:43 +08:00
parent ba928e2970
commit 2dfaf7feb2
11 changed files with 75 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
pre{
background: transparent url(/static/images/code-bk.png) repeat scroll 0% 0%;
margin: 0;
padding: 15px 20px;
border-style: solid;
border-color: #eee;
border-width: 1px 0;
border-radius: 3px;
overflow: auto;
color: #f8f8f2;
font-size: 16px;
line-height: 19.2px;
}