捐赠 +1s 我的作品对您很有价值或者您支持我,欢迎给我一些捐赠,金额不限。 + Sponsor 中将加入各位赞助者以表示感谢。(不定期收集) 微信支付二维码 diff --git a/src/sheets/donate.css b/src/sheets/donate.css index a64544c..99df0f2 100644 --- a/src/sheets/donate.css +++ b/src/sheets/donate.css @@ -31,7 +31,6 @@ h1 > span:first-of-type { } h1 > span:last-of-type { - font-weight: 300; color: #999; } @@ -39,8 +38,7 @@ p { margin-left: 1em; margin-right: 1em; font-size: 1.125rem; - font-weight: 300; - line-height: 1.8; + line-height: 1.6; } figure { @@ -63,3 +61,11 @@ figure > figcaption { line-height: 2.4; color: #999; } + +a { + color: rgb(14, 165, 233); +} + +a:hover { + color: rgb(2, 132, 199); +}