diff --git a/package.json b/package.json
index 37e2634..fb61021 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@wcj/reference",
-  "version": "1.5.0",
+  "version": "1.6.0",
   "description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
   "author": "jaywcjlove",
   "license": "MIT",
diff --git a/scripts/style.css b/scripts/style.css
index 3b1dfe3..ddc60ac 100644
--- a/scripts/style.css
+++ b/scripts/style.css
@@ -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;