Skip to content

Commit

Permalink
chore: litte change on buy me a coffee component
Browse files Browse the repository at this point in the history
  • Loading branch information
igorvieira committed Apr 6, 2024
1 parent 201d4b0 commit 007cc0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BuyMeACoffe.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg"
alt="Buy me a coffee"
/>
<>Buy me a coffee</>
<div class="buy-coffee-text">Buy me a coffee</div>
</button>
<script>
import "../styles/global.css";
Expand Down
6 changes: 6 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ html.dark {
background-color: darkorange;
color: #dedbdb;
gap: 10px;
cursor: pointer;
}

.buy-coffee-text {
font-size: 0.8rem;
color: black;
}

.btc-image {
Expand Down

0 comments on commit 007cc0e

Please sign in to comment.