Corwin 2024-05-01 01:17:43 +01:00 committed by GitHub
commit e2469b0de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View file

@ -70,7 +70,7 @@ export default function ColourPicker() {
return (
<>
<ContentBlock color="#AAAFFF">
<ContentBlock color="#9fa6db">
<h1>agbrs colour converter</h1>
</ContentBlock>
<ContentBlock>

View file

@ -15,7 +15,7 @@ export function BacktracePage() {
return (
<>
<ContentBlock color="#AAAFFF">
<ContentBlock color="#9fa6db">
<h1>agbrs crash backtrace viewer</h1>
</ContentBlock>
<ContentBlock>

View file

@ -119,13 +119,13 @@ function MgbaWithControllerSides() {
export default function Home() {
return (
<>
<ContentBlock color="#AAAFFF">
<ContentBlock color="#9fa6db">
<h1>agb - a rust framework for making Game Boy Advance games</h1>
</ContentBlock>
<ContentBlock uncentered>
<MgbaWithControllerSides />
</ContentBlock>
<ContentBlock color="#256256">
<ContentBlock color="#f5735c">
<ExternalLinkBlock>
<ExternalLink href="https://github.com/agbrs/agb">
GitHub

View file

@ -52,7 +52,7 @@ function DeveloperNames({ names }: { names: string[] }) {
function Display({ game }: { game: ShowcaseGame }) {
return (
<>
<ContentBlock color="#AAAFFF">
<ContentBlock color="#9fa6db">
<BackToShowcaseWrapper>
<Link href={`../showcase#${slugify(game.name)}`}>
<strong>&lt;</strong> Back to showcase
@ -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>

View file

@ -11,7 +11,7 @@ export const metadata: Metadata = {
export default function ColourPickerPage() {
return (
<>
<ContentBlock color="#AAAFFF">
<ContentBlock color="#9fa6db">
<h1>Showcase</h1>
</ContentBlock>
<ContentBlock uncentered>