This commit is contained in:
@@ -23,15 +23,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="margin5">
|
||||
|
File diff suppressed because one or more lines are too long
@@ -20,7 +20,7 @@
|
||||
* skin i-nove style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 2.2.0.0, Jul 17, 2019
|
||||
* @version 2.3.0.0, JAug 2, 2019
|
||||
*/
|
||||
@import "../../../scss/toc";
|
||||
@import "../../../scss/reset";
|
||||
@@ -277,6 +277,19 @@ h5 {
|
||||
|
||||
.article-title sup {
|
||||
font-size: 12px;
|
||||
|
||||
a {
|
||||
color: #555555;
|
||||
cursor: text;
|
||||
|
||||
&:hover {
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.article-title a {
|
||||
|
Reference in New Issue
Block a user