Skip to content

Commit

Permalink
Merge pull request #177 from valor-x/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
everfu authored Mar 21, 2024
2 parents d379fe7 + 9e0225a commit d91b12a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion layout/includes/inject/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ script.
)(window)

console.log(
"%c Program: Hexo %c Theme: Solitude %c Version: v1.5.8",
"%c Program: Hexo %c Theme: Solitude %c Version: v1.5.9",
"border-radius:5px 0 0 5px;padding: 5px 10px;color:white;background:#ff3842;",
"padding: 5px 10px;color:white;background:#3e9f50;",
"border-radius:0 5px 5px 0;padding: 5px 10px;background:#0084ff;color:white;"
Expand Down
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": "1.5.8",
"version": "1.5.9",
"description": "A beautiful, powerful, and efficient Hexo theme developed by the wleelw",
"main": "package.json",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions source/css/_page/share.styl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ div#banners
margin-right 8px
font-size 1rem

.banners-title
/.banners-title
top 2.6rem
left 2rem
position absolute
Expand All @@ -62,7 +62,7 @@ div#banners

&-big
font-size 36px
line-height 1.15
line-height 1
font-weight 700
margin-bottom 8px

Expand All @@ -74,7 +74,7 @@ div#banners
margin-bottom 0.5rem
margin-left 2px

.flink
/.flink
.banners-title
top 1.5rem

Expand Down

0 comments on commit d91b12a

Please sign in to comment.