Commit d89797d3 authored by Liyuan Li's avatar Liyuan Li

💄 metro-hot

parent 8ddf6c42
......@@ -56,7 +56,7 @@
${article.articleTitle}
</a>
</h2>
<div class="vditor-reset">
<div class="vditor-reset vditor-reset--dark">
${article.articleAbstractText}
</div>
<div data-ico="&#x003b;" title="${tagLabel}" class="article-tags">
......
......@@ -74,7 +74,7 @@
</div>
<div class="fn-clear">
<div class="main">
<div class="vditor-reset">
<div class="vditor-reset vditor-reset--dark">
${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
${article.articleSign.signHTML}
......
......@@ -43,6 +43,6 @@
${comment.commentDate2?string("yy-MM-dd HH:mm")}
</div>
</div>
<div class="vditor-reset">${comment.commentContent}</div>
<div class="vditor-reset vditor-reset--dark">${comment.commentContent}</div>
</div>
</div>
\ No newline at end of file
</div>
......@@ -27,10 +27,6 @@
@import "../../../scss/function";
@import "vditor/src/assets/scss/index";
.vditor-reset pre > code {
background-color: rgba(255, 255, 255, 0.04);
}
.user__site {
svg {
height: 14px;
......@@ -748,7 +744,6 @@ textarea {
}
.vditor-reset {
background-color: #323232;
margin-bottom: 30px;
overflow: hidden;
padding: 10px;
......
......@@ -52,7 +52,7 @@
</#if>
<#if article?? && article.articleToC?? && article.articleToC?size &gt; 0>
<div class="vditor-reset" style="margin-top: 20px">
<div class="vditor-reset vditor-reset--dark" style="margin-top: 20px">
<#include "../../common-template/toc.ftl"/>
</div>
</#if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment