released v1.6.0
This commit is contained in:
parent
4e764197c7
commit
727d47725f
@ -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",
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user