This commit is contained in:
@@ -56,15 +56,17 @@
|
||||
<a rel="bookmark" class="no-underline" href="${servePath}${article.articlePermalink}">
|
||||
${article.articleTitle}
|
||||
</a>
|
||||
<#if article.hasUpdated>
|
||||
<sup class="red">
|
||||
${updatedLabel}
|
||||
</sup>
|
||||
</#if>
|
||||
<#if article.articlePutTop>
|
||||
<sup class="red">
|
||||
${topArticleLabel}
|
||||
</sup>
|
||||
<sup>
|
||||
${topArticleLabel}
|
||||
</sup>
|
||||
</#if>
|
||||
<#if article.hasUpdated>
|
||||
<sup>
|
||||
<a href="${servePath}${article.articlePermalink}">
|
||||
${updatedLabel}
|
||||
</a>
|
||||
</sup>
|
||||
</#if>
|
||||
</h2>
|
||||
<div class="vditor-reset">
|
||||
|
File diff suppressed because one or more lines are too long
@@ -20,7 +20,7 @@
|
||||
* skin community style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.3.0.0, Jul 17, 2019
|
||||
* @version 2.4.0.0, Aug 2, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/toc";
|
||||
@@ -298,6 +298,20 @@ a.header-title {
|
||||
|
||||
.article-main h2.title sup {
|
||||
font-size: 12px;
|
||||
|
||||
a {
|
||||
cursor: text;
|
||||
color: #555555;
|
||||
|
||||
&:hover {
|
||||
color: #555555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.read-more a {
|
||||
|
Reference in New Issue
Block a user