Update coffee button colour

This commit is contained in:
Dave Gallant
2024-04-06 23:15:40 -04:00
parent 824f145e2c
commit 8b4902e3e2
2 changed files with 2 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ clean:
rm -rf public/
server: clean
npm ci
hugo server --buildDrafts

View File

@@ -3,7 +3,7 @@
src="https://storage.ko-fi.com/cdn/widget/Widget_2.js"
></script>
<script type="text/javascript">
kofiwidget2.init("Buy me a coffee", "#ad8ee6", "F1F2S4LWI");
kofiwidget2.init("Buy me a coffee", "#32344a", "F1F2S4LWI");
kofiwidget2.draw();
</script>