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 next style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 2.2.1.0, Jul 19, 2019
* @version 2.3.0.0, Aug 2, 2019
*/
@import "../../../scss/usite";
@import "../../../scss/toc";
@@ -754,6 +754,16 @@ img {
}
}
.post__sup {
cursor: text;
border-bottom: 0;
&:hover {
color: #555;
}
&:visited {
color: #fff;
}
}
/* end article */
/* start comments */