mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
switch back to the orangey colour (#666)
![image](https://github.com/agbrs/agb/assets/8143879/1147fd1d-7446-437f-a4a8-0330f253830f) ![image](https://github.com/agbrs/agb/assets/8143879/c0a952e2-7b64-4da5-bcd3-0235bca859cc)
This commit is contained in:
commit
e2469b0de7
|
@ -70,7 +70,7 @@ export default function ColourPicker() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<ContentBlock color="#AAAFFF">
|
||||
<ContentBlock color="#9fa6db">
|
||||
<h1>agbrs colour converter</h1>
|
||||
</ContentBlock>
|
||||
<ContentBlock>
|
||||
|
|
|
@ -15,7 +15,7 @@ export function BacktracePage() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<ContentBlock color="#AAAFFF">
|
||||
<ContentBlock color="#9fa6db">
|
||||
<h1>agbrs crash backtrace viewer</h1>
|
||||
</ContentBlock>
|
||||
<ContentBlock>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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><</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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue