released v1.6.0

This commit is contained in:
jaywcjlove 2022-10-19 23:44:50 +08:00
parent 4e764197c7
commit 727d47725f
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@wcj/reference", "name": "@wcj/reference",
"version": "1.5.0", "version": "1.6.0",
"description": "为开发人员分享快速参考备忘单(主要是方便自己)。", "description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
"author": "jaywcjlove", "author": "jaywcjlove",
"license": "MIT", "license": "MIT",

View File

@ -309,6 +309,11 @@ body:not(.home) .h2wrap > .wrap-body > ul {
body.home .h1wrap p { body.home .h1wrap p {
text-align: left; 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 { .home-card {
display: grid; display: grid;