triadic colour

This commit is contained in:
Corwin 2024-04-30 23:49:09 +01:00
parent c3a7ce9182
commit c19786edf0
No known key found for this signature in database
5 changed files with 6 additions and 6 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="#f5755e">
<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

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>