green buttons look so much better
This commit is contained in:
parent
20b946ac1d
commit
49b41ea907
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue