Skip to content

Commit

Permalink
chore: bump version (bump version: 2.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Jul 15, 2021
1 parent 6b34871 commit 1ac7367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixiv-now",
"version": "2.2.1",
"version": "2.3.0",
"private": true,
"main": "index.js",
"repository": "https://github.com/GratisNow/PixivNow.git",
Expand Down Expand Up @@ -42,4 +42,4 @@
"vercel": "^23.0.0",
"vite": "^1.0.0-rc.13"
}
}
}
2 changes: 1 addition & 1 deletion src/static/elements.sass
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ a
text-decoration: none
position: relative
display: inline-block
cursor: pointer

&.plain
display: unset
Expand Down Expand Up @@ -52,6 +51,7 @@ a
padding: 0.2rem 0.4rem
background-color: var(--theme-tag-color)
transition: all .4s ease
cursor: pointer

&:hover
background-color: rgba(var(--theme-link-color--rgb), 1)
Expand Down

0 comments on commit 1ac7367

Please sign in to comment.