switch back to the orangey colour

This commit is contained in:
Corwin 2024-04-30 23:28:26 +01:00
parent 98c284a1c1
commit c3a7ce9182
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ export default function Home() {
<ContentBlock uncentered>
<MgbaWithControllerSides />
</ContentBlock>
<ContentBlock color="#256256">
<ContentBlock color="#f5755e">
<ExternalLinkBlock>
<ExternalLink href="https://github.com/agbrs/agb">
GitHub

View file

@ -69,7 +69,7 @@ function Display({ game }: { game: ShowcaseGame }) {
<Screenshots screenshots={game.screenshots} />
</DescriptionAndScreenshots>
</ContentBlock>
<ContentBlock color="#256256">
<ContentBlock color="#f5755e">
<ExternalLinkBlock>
{game.itch && (
<ExternalLink href={game.itch.href}>View on itch.io</ExternalLink>