Skip to content

Commit

Permalink
released v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 19, 2022
1 parent 4e76419 commit 727d477
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/reference",
"version": "1.5.0",
"version": "1.6.0",
"description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
"author": "jaywcjlove",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions scripts/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ body:not(.home) .h2wrap > .wrap-body > ul {
body.home .h1wrap p {
text-align: left;
}
body.home .max-container a:hover, body.home .max-container a:visited:hover {
transition: all .3s;
text-decoration-color: #fff;
color: #fff;
}

.home-card {
display: grid;
Expand Down

0 comments on commit 727d477

Please sign in to comment.