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

File diff suppressed because one or more lines are too long

View File

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