This commit is contained in:
@@ -31,9 +31,11 @@
|
||||
</sup>
|
||||
</#if>
|
||||
<#if article.hasUpdated>
|
||||
<sup>
|
||||
${updatedLabel}
|
||||
</sup>
|
||||
<sup>
|
||||
<a href="${servePath}${article.articlePermalink}">
|
||||
${updatedLabel}
|
||||
</a>
|
||||
</sup>
|
||||
</#if>
|
||||
</h1>
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 1.2.0.0, Jul 17, 2019
|
||||
* @version 1.3.0.0, Aug 2, 2019
|
||||
*/
|
||||
/* start common */
|
||||
@import "../../../scss/reset";
|
||||
@@ -549,15 +549,27 @@ aside {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.post h1 a {
|
||||
.post h1 > a {
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.post sup {
|
||||
.post sup,
|
||||
.post sup {
|
||||
color: #aaa;
|
||||
font-weight: 300;
|
||||
a {
|
||||
color: #aaa;
|
||||
cursor: text;
|
||||
&:hover {
|
||||
color: #aaa;
|
||||
}
|
||||
&:visited {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.post .meta {
|
||||
|
Reference in New Issue
Block a user