Commit d89797d3 authored by Liyuan Li's avatar Liyuan Li

💄 metro-hot

parent 8ddf6c42
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
${article.articleTitle} ${article.articleTitle}
</a> </a>
</h2> </h2>
<div class="vditor-reset"> <div class="vditor-reset vditor-reset--dark">
${article.articleAbstractText} ${article.articleAbstractText}
</div> </div>
<div data-ico="&#x003b;" title="${tagLabel}" class="article-tags"> <div data-ico="&#x003b;" title="${tagLabel}" class="article-tags">
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
</div> </div>
<div class="fn-clear"> <div class="fn-clear">
<div class="main"> <div class="main">
<div class="vditor-reset"> <div class="vditor-reset vditor-reset--dark">
${article.articleContent} ${article.articleContent}
<#if "" != article.articleSign.signHTML?trim> <#if "" != article.articleSign.signHTML?trim>
${article.articleSign.signHTML} ${article.articleSign.signHTML}
......
...@@ -43,6 +43,6 @@ ...@@ -43,6 +43,6 @@
${comment.commentDate2?string("yy-MM-dd HH:mm")} ${comment.commentDate2?string("yy-MM-dd HH:mm")}
</div> </div>
</div> </div>
<div class="vditor-reset">${comment.commentContent}</div> <div class="vditor-reset vditor-reset--dark">${comment.commentContent}</div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -27,10 +27,6 @@ ...@@ -27,10 +27,6 @@
@import "../../../scss/function"; @import "../../../scss/function";
@import "vditor/src/assets/scss/index"; @import "vditor/src/assets/scss/index";
.vditor-reset pre > code {
background-color: rgba(255, 255, 255, 0.04);
}
.user__site { .user__site {
svg { svg {
height: 14px; height: 14px;
...@@ -748,7 +744,6 @@ textarea { ...@@ -748,7 +744,6 @@ textarea {
} }
.vditor-reset { .vditor-reset {
background-color: #323232;
margin-bottom: 30px; margin-bottom: 30px;
overflow: hidden; overflow: hidden;
padding: 10px; padding: 10px;
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</#if> </#if>
<#if article?? && article.articleToC?? && article.articleToC?size &gt; 0> <#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"/> <#include "../../common-template/toc.ftl"/>
</div> </div>
</#if> </#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