mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
triadic colour
This commit is contained in:
parent
c3a7ce9182
commit
c19786edf0
|
@ -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="#f5755e">
|
||||
<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
|
||||
|
|
|
@ -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