1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-13 04:57:48 +02:00

about: fix donation buttons in dark mode

This commit is contained in:
Harvey Tindall 2023-06-12 16:05:50 +01:00
parent 73202e1483
commit 6564df8082
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -63,8 +63,8 @@
</a>
<div class="dropdown-display">
<div class="card ~neutral @low">
<a href="https://github.com/sponsors/hrfee" target="_blank" class="button input ~neutral field mb-2 lang-link">GitHub</a>
<a href="https://ko-fi.com/hrfee" target="_blank" class="button input ~neutral field mb-2 lang-link">Ko-fi</a>
<a href="https://github.com/sponsors/hrfee" target="_blank" class="button ~neutral mb-2 w-100 lang-link">GitHub</a>
<a href="https://ko-fi.com/hrfee" target="_blank" class="button ~neutral mb-2 w-100 lang-link">Ko-fi</a>
</div>
</div>
</div>