Skip to content

Commit

Permalink
update kofi button colour and readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLewis committed Jul 30, 2023
1 parent 79bbdf0 commit 5fd0205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[![Website Status](https://img.shields.io/website?label=songstitch.art&style=flat-square&url=https%3A%2F%2Fsongstitch.art%2F)](https://songstitch.art/)
[![CI status](https://img.shields.io/github/actions/workflow/status/SongStitch/song-stitch/ci-cd.yml?branch=main&style=flat-square&logo=github)](https://github.com/SongStitch/song-stitch/actions?query=branch%3Amain)
[![License](https://img.shields.io/github/license/SongStitch/song-stitch?style=flat-square)](/LICENSE)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P3NPGIU)
[![Ko-Fi](https://img.shields.io/badge/kofi-%23FF5E5B.svg?style=flat-square&logo=kofi&logoColor=black)](<[https://github.com/prettier/prettier](https://ko-fi.com/songstitch)>)

</div>

Expand Down
3 changes: 1 addition & 2 deletions ui/src/lib/components/KofiWidget.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ img.kofiimg{display: initial!important;vertical-align:middle;height:13px!importa
<a
title="Support me on ko-fi.com"
class="kofi-button"
style="background-color:#29abe0;"
href="https://ko-fi.com/P5P3NPGIU"
target="_blank"
>
Expand All @@ -32,7 +31,7 @@ img.kofiimg{display: initial!important;vertical-align:middle;height:13px!importa
line-height: 36px !important;
min-width: 150px;
display: inline-block !important;
background-color: #29abe0;
background-color: #275efe;
padding: 2px 12px !important;
text-align: center !important;
border-radius: 12px;
Expand Down

0 comments on commit 5fd0205

Please sign in to comment.