Skip to content

Commit 727d477

Browse files
committed
released v1.6.0
1 parent 4e76419 commit 727d477

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wcj/reference",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
55
"author": "jaywcjlove",
66
"license": "MIT",

scripts/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ body:not(.home) .h2wrap > .wrap-body > ul {
309309
body.home .h1wrap p {
310310
text-align: left;
311311
}
312+
body.home .max-container a:hover, body.home .max-container a:visited:hover {
313+
transition: all .3s;
314+
text-decoration-color: #fff;
315+
color: #fff;
316+
}
312317

313318
.home-card {
314319
display: grid;

0 commit comments

Comments
 (0)