hexo-theme-particlex 2.4.9 → 2.4.10
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +1 -1
- package/source/css/particlex.css +1 -21
package/README.md
CHANGED
package/package.json
CHANGED
package/source/css/particlex.css
CHANGED
@@ -547,12 +547,6 @@ body::-webkit-scrollbar-track {
|
|
547
547
|
.copycode:not(.copied) i:last-child {
|
548
548
|
opacity: 0;
|
549
549
|
}
|
550
|
-
.header-anchor {
|
551
|
-
margin-left: 10px;
|
552
|
-
margin-right: 10px;
|
553
|
-
opacity: 0;
|
554
|
-
transition: opacity 0.25s;
|
555
|
-
}
|
556
550
|
.icon {
|
557
551
|
color: #5c6b72;
|
558
552
|
margin-right: 5px;
|
@@ -703,8 +697,7 @@ iframe,
|
|
703
697
|
.friend-link a,
|
704
698
|
.icon-link a,
|
705
699
|
.language,
|
706
|
-
.copycode
|
707
|
-
.header-anchor {
|
700
|
+
.copycode {
|
708
701
|
user-select: none;
|
709
702
|
}
|
710
703
|
code {
|
@@ -727,12 +720,6 @@ h6 {
|
|
727
720
|
font-weight: bold;
|
728
721
|
margin: 15px 0;
|
729
722
|
}
|
730
|
-
h1:hover .header-anchor,
|
731
|
-
h2:hover .header-anchor,
|
732
|
-
h3:hover .header-anchor,
|
733
|
-
h4:hover .header-anchor,
|
734
|
-
h5:hover .header-anchor,
|
735
|
-
h6:hover .header-anchor,
|
736
723
|
.page-num:hover,
|
737
724
|
.icon-link a:hover,
|
738
725
|
.friend-link a:hover,
|
@@ -765,13 +752,6 @@ audio,
|
|
765
752
|
iframe {
|
766
753
|
border-radius: 10px;
|
767
754
|
}
|
768
|
-
mark {
|
769
|
-
background: #fff13360;
|
770
|
-
border-radius: 4px;
|
771
|
-
color: unset;
|
772
|
-
line-height: 2.5;
|
773
|
-
padding: 4px 8px;
|
774
|
-
}
|
775
755
|
p,
|
776
756
|
ul,
|
777
757
|
ol {
|