hexo-theme-particlex 2.2.10 → 2.2.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/source/css/particlex.css +26 -26
package/package.json
CHANGED
package/source/css/particlex.css
CHANGED
@@ -110,6 +110,28 @@
|
|
110
110
|
border-color: #34d058;
|
111
111
|
color: #34d058;
|
112
112
|
}
|
113
|
+
#footer {
|
114
|
+
font-size: 14px;
|
115
|
+
margin-top: 150px;
|
116
|
+
padding-bottom: 20px;
|
117
|
+
text-align: center;
|
118
|
+
width: 100%;
|
119
|
+
}
|
120
|
+
#footer .footer-icon {
|
121
|
+
color: #66afef;
|
122
|
+
display: inline-block;
|
123
|
+
font-size: 18px;
|
124
|
+
margin: 0 10px;
|
125
|
+
}
|
126
|
+
#footer .footer-wrap {
|
127
|
+
border-top: 1px solid #aaa;
|
128
|
+
color: #5c6b72;
|
129
|
+
margin: auto;
|
130
|
+
width: 900px;
|
131
|
+
}
|
132
|
+
#footer .footer-wrap div {
|
133
|
+
margin: 15px;
|
134
|
+
}
|
113
135
|
#home-card {
|
114
136
|
width: 300px;
|
115
137
|
}
|
@@ -360,7 +382,7 @@
|
|
360
382
|
#home-posts-wrap,
|
361
383
|
#archives,
|
362
384
|
.article,
|
363
|
-
footer .footer-wrap {
|
385
|
+
#footer .footer-wrap {
|
364
386
|
box-sizing: border-box;
|
365
387
|
}
|
366
388
|
#main {
|
@@ -547,7 +569,7 @@ footer .footer-wrap {
|
|
547
569
|
display: none;
|
548
570
|
}
|
549
571
|
.content a,
|
550
|
-
footer .footer-wrap a {
|
572
|
+
#footer .footer-wrap a {
|
551
573
|
color: #66afef;
|
552
574
|
}
|
553
575
|
.content b,
|
@@ -741,28 +763,6 @@ pre .language,
|
|
741
763
|
pre .copycode {
|
742
764
|
user-select: none;
|
743
765
|
}
|
744
|
-
footer {
|
745
|
-
font-size: 14px;
|
746
|
-
padding-bottom: 20px;
|
747
|
-
text-align: center;
|
748
|
-
top: 150px;
|
749
|
-
width: 100%;
|
750
|
-
}
|
751
|
-
footer .footer-icon {
|
752
|
-
color: #66afef;
|
753
|
-
display: inline-block;
|
754
|
-
font-size: 18px;
|
755
|
-
margin: 0 10px;
|
756
|
-
}
|
757
|
-
footer .footer-wrap {
|
758
|
-
border-top: 1px solid #aaa;
|
759
|
-
color: #5c6b72;
|
760
|
-
margin: auto;
|
761
|
-
width: 900px;
|
762
|
-
}
|
763
|
-
footer .footer-wrap div {
|
764
|
-
margin: 15px;
|
765
|
-
}
|
766
766
|
h1 {
|
767
767
|
color: #1e3e3f;
|
768
768
|
font: bold 30px Lexend, "Noto Sans SC", sans-serif;
|
@@ -867,7 +867,7 @@ ol {
|
|
867
867
|
}
|
868
868
|
.article,
|
869
869
|
#archives,
|
870
|
-
footer .footer-wrap {
|
870
|
+
#footer .footer-wrap {
|
871
871
|
width: 900px;
|
872
872
|
}
|
873
873
|
.home-posts-wrap-no-card #home-posts {
|
@@ -943,7 +943,7 @@ ol {
|
|
943
943
|
#home-posts-wrap,
|
944
944
|
.article,
|
945
945
|
#archives,
|
946
|
-
footer .footer-wrap {
|
946
|
+
#footer .footer-wrap {
|
947
947
|
width: 100%;
|
948
948
|
}
|
949
949
|
#menu .desktop-menu,
|