🐛 hljs

This commit is contained in:
Van
2019-01-04 09:54:32 +08:00
parent e0339a3219
commit 889f6c797b
23 changed files with 39 additions and 30 deletions

View File

@@ -20,7 +20,7 @@
* skin next style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.6.0.2, Jan 2, 2019
* @version 0.6.1.0, Jan 4, 2019
*/
/* start reset */
html {
@@ -851,7 +851,8 @@ img {
background-color: rgba(0,0,0,0.04);
background-image: url(../images/code-bg.png);
background-size: 20px 20px;
border-radius: 5px
border-radius: 5px;
display: block;
}
.article-body kbd {

File diff suppressed because one or more lines are too long