Skip to content

Commit

Permalink
Merge pull request #330 from everfu/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
everfu authored Jul 26, 2024
2 parents 7a0a3ae + 8dc0292 commit 8fbefc7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-solitude",
"version": "2.0.1",
"version": "2.0.2",
"description": "A beautiful, powerful, and efficient Hexo theme developed by EverFu.",
"main": "package.json",
"scripts": {
Expand Down
20 changes: 10 additions & 10 deletions source/css/_layout/header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
.center
width .5rem
height .3rem

.right
width .3rem
height 100%
Expand Down Expand Up @@ -394,16 +395,15 @@
opacity: 1

i.fa-solid.fa-home
+minWidth900()
opacity 0
position absolute
display flex
z-index 1
align-items center
justify-content center
font-size 22px
line-height 1
color var(--efu-card-bg)
opacity 0
position absolute
display flex
z-index 1
align-items center
justify-content center
font-size 22px
line-height 1
color var(--efu-card-bg)

if hexo-config('site.name.class') == i_class
i
Expand Down

0 comments on commit 8fbefc7

Please sign in to comment.