This commit is contained in:
Van
2019-08-02 22:16:31 +08:00
parent 1f94084f11
commit 64085edc97
54 changed files with 482 additions and 144 deletions

View File

@@ -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

View File

@@ -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 {