🐛 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

@@ -21,7 +21,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.3.0.0, Jun 4, 2018
* @version 1.4.0.0, Jan 4, 2019
*/
a, a:link {
color: #0000CC;
@@ -383,12 +383,12 @@ h5 {
}
.content-reset pre>code {
padding: 0.5em;
border-radius: 0;
color: #333;
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;
}
.content-reset kbd {
display: inline-block;

File diff suppressed because one or more lines are too long