Skip to content

Commit

Permalink
chore: update donate page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Dec 1, 2023
1 parent d8206de commit c469fbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<article>
<h1><span>捐赠</span> <span>+1s</span></h1>
<p>我的作品对您很有价值或者您支持我,欢迎给我一些捐赠,金额不限。</p>
<p><a title="查看赞助者" href="https://blog.hub.moe/about#sponsor">Sponsor</a> 中将加入各位赞助者以表示感谢。(不定期收集)</p>
<figure>
<img src="assets/donate/wechat-pay.jpg" alt="微信支付二维码" />
<figcaption>微信支付二维码</figcaption>
Expand Down
12 changes: 9 additions & 3 deletions src/sheets/donate.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@ h1 > span:first-of-type {
}

h1 > span:last-of-type {
font-weight: 300;
color: #999;
}

p {
margin-left: 1em;
margin-right: 1em;
font-size: 1.125rem;
font-weight: 300;
line-height: 1.8;
line-height: 1.6;
}

figure {
Expand All @@ -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);
}

0 comments on commit c469fbf

Please sign in to comment.