hexo-theme-solitude 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/source/css/_layout/header.styl +10 -10
package/package.json
CHANGED
@@ -177,6 +177,7 @@
|
|
177
177
|
.center
|
178
178
|
width .5rem
|
179
179
|
height .3rem
|
180
|
+
|
180
181
|
.right
|
181
182
|
width .3rem
|
182
183
|
height 100%
|
@@ -394,16 +395,15 @@
|
|
394
395
|
opacity: 1
|
395
396
|
|
396
397
|
i.fa-solid.fa-home
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
color var(--efu-card-bg)
|
398
|
+
opacity 0
|
399
|
+
position absolute
|
400
|
+
display flex
|
401
|
+
z-index 1
|
402
|
+
align-items center
|
403
|
+
justify-content center
|
404
|
+
font-size 22px
|
405
|
+
line-height 1
|
406
|
+
color var(--efu-card-bg)
|
407
407
|
|
408
408
|
if hexo-config('site.name.class') == i_class
|
409
409
|
i
|