We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e76419 commit 727d477Copy full SHA for 727d477
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@wcj/reference",
3
- "version": "1.5.0",
+ "version": "1.6.0",
4
"description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
5
"author": "jaywcjlove",
6
"license": "MIT",
scripts/style.css
@@ -309,6 +309,11 @@ body:not(.home) .h2wrap > .wrap-body > ul {
309
body.home .h1wrap p {
310
text-align: left;
311
}
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
+}
317
318
.home-card {
319
display: grid;
0 commit comments