green buttons look so much better

This commit is contained in:
Ellpeck 2019-11-15 22:43:09 +01:00
parent 20b946ac1d
commit 49b41ea907

View file

@ -47,13 +47,13 @@
<h1>Get the Game</h1>
<p>You can buy Foe Frenzy for <strong>$12.99</strong> on any of the following platforms.</p>
<div class="store-buttons">
<a class="btn btn-primary store-button" role="button" href="https://store.steampowered.com/app/1194170/">
<a class="btn btn-success store-button" role="button" href="https://store.steampowered.com/app/1194170/">
<img src="media/steam.png" class="store-img" alt="Buy on Steam">
</a>
<a class="btn btn-primary store-button" role="button" href="https://discordapp.com/store/skus/606152985181028352/">
<a class="btn btn-success store-button" role="button" href="https://discordapp.com/store/skus/606152985181028352/">
<img src="media/discord.png" class="store-img" alt="Buy on Discord">
</a>
<a class="btn btn-primary store-button" role="button" href="https://ellpeck.itch.io/foefrenzy">
<a class="btn btn-success store-button" role="button" href="https://ellpeck.itch.io/foefrenzy">
<img src="media/itch.png" class="store-img" alt="Buy on itch.io">
</a>
</div>