From 0b8bf179cdd6f99735e98925089a3f10c504ac51 Mon Sep 17 00:00:00 2001
From: Oliver Bryan
Date: Thu, 5 Feb 2026 14:00:14 +0000
Subject: [PATCH] colour fixes
---
src/components/ProjectListItem.tsx | 16 ++++++----------
src/components/theme-toggle.tsx | 2 +-
src/index.css | 2 +-
src/projects/factor-e/index.tsx | 4 ++--
src/projects/flackie/index.tsx | 4 ++--
src/projects/glimpse/index.tsx | 4 ++--
src/projects/good-morning/index.tsx | 6 +++---
src/projects/mizu/index.tsx | 2 +-
src/projects/prayerbud/index.tsx | 4 ++--
src/projects/shared/Demo.tsx | 6 +++---
src/projects/shared/ProjectPage.tsx | 17 ++++++++++++-----
src/projects/shleep/index.tsx | 2 +-
src/projects/sprint/index.tsx | 4 ++--
src/projects/watercooler/index.tsx | 4 ++--
src/projects/wiskatron/index.tsx | 4 ++--
15 files changed, 42 insertions(+), 39 deletions(-)
diff --git a/src/components/ProjectListItem.tsx b/src/components/ProjectListItem.tsx
index e3649167..a88e8800 100644
--- a/src/components/ProjectListItem.tsx
+++ b/src/components/ProjectListItem.tsx
@@ -1,6 +1,6 @@
+import { Link } from "react-router-dom";
import { cn } from "@/lib/utils";
import type { ProjectMetadata } from "@/projects";
-import { Link } from "react-router-dom";
export function ProjectListItem({
metadata,
@@ -16,10 +16,8 @@ export function ProjectListItem({
@@ -32,7 +30,7 @@ export function ProjectListItem({
className="w-full h-full object-cover rounded"
/>
) : (
-
+
)}
@@ -45,7 +43,7 @@ export function ProjectListItem({
{tags.map((tag) => (
{tag}
@@ -55,9 +53,7 @@ export function ProjectListItem({
-
- {metadata.date}
-
+
{metadata.date}
);
diff --git a/src/components/theme-toggle.tsx b/src/components/theme-toggle.tsx
index 664d9f40..001d5aa7 100644
--- a/src/components/theme-toggle.tsx
+++ b/src/components/theme-toggle.tsx
@@ -1,6 +1,6 @@
+import { Moon, Sun } from "@nsmr/pixelart-react";
import { useTheme } from "@/components/theme-provider";
import { Button } from "@/components/ui/button";
-import { Moon, Sun } from "@nsmr/pixelart-react";
export function ThemeToggle() {
const { resolvedTheme, setTheme } = useTheme();
diff --git a/src/index.css b/src/index.css
index 7b27a8f9..af751c4d 100644
--- a/src/index.css
+++ b/src/index.css
@@ -20,7 +20,7 @@
--primary-foreground: #f6efe3;
--secondary: #e5dccb;
--secondary-foreground: #3a3329;
- --muted: #e0d7c7;
+ --muted: #dbd0bd;
--muted-foreground: #6e6457;
--accent: #df7126;
--accent-foreground: #5f361b;
diff --git a/src/projects/factor-e/index.tsx b/src/projects/factor-e/index.tsx
index cc95c312..520d7187 100644
--- a/src/projects/factor-e/index.tsx
+++ b/src/projects/factor-e/index.tsx
@@ -42,7 +42,7 @@ export function FactorEProject() {
-
+
Key features
@@ -59,7 +59,7 @@ export function FactorEProject() {
-
+
Technologies
diff --git a/src/projects/flackie/index.tsx b/src/projects/flackie/index.tsx
index 51335b8a..8e2a4dec 100644
--- a/src/projects/flackie/index.tsx
+++ b/src/projects/flackie/index.tsx
@@ -34,7 +34,7 @@ export function FlackieProject() {
-
+
Key features
@@ -47,7 +47,7 @@ export function FlackieProject() {
-
+
Technologies
diff --git a/src/projects/glimpse/index.tsx b/src/projects/glimpse/index.tsx
index 2bd3f7fc..232dce0f 100644
--- a/src/projects/glimpse/index.tsx
+++ b/src/projects/glimpse/index.tsx
@@ -34,7 +34,7 @@ export function GlimpseProject() {
enable push notifications for new posts, comments, and friend requests.
-
+
Key features
@@ -48,7 +48,7 @@ export function GlimpseProject() {
-
+
Technologies
diff --git a/src/projects/good-morning/index.tsx b/src/projects/good-morning/index.tsx
index af1f7b26..16718589 100644
--- a/src/projects/good-morning/index.tsx
+++ b/src/projects/good-morning/index.tsx
@@ -8,7 +8,7 @@ export const metadata = {
date: "October 2025",
slug: "good-morning",
image: "/good-morning-icon.png",
- url: "https://gm.ob248.com",
+ // url: "https://gm.ob248.com",
github: "https://github.com/hex248/good-morning",
hidden: false,
tags: [
@@ -38,7 +38,7 @@ export function GoodMorningProject() {
-
+
Key features
@@ -49,7 +49,7 @@ export function GoodMorningProject() {
-
+
Technologies
diff --git a/src/projects/mizu/index.tsx b/src/projects/mizu/index.tsx
index 0fdc5778..47fd114d 100644
--- a/src/projects/mizu/index.tsx
+++ b/src/projects/mizu/index.tsx
@@ -34,7 +34,7 @@ export function MizuProject() {
-
+
Technologies
diff --git a/src/projects/prayerbud/index.tsx b/src/projects/prayerbud/index.tsx
index 203f8809..5c3546a4 100644
--- a/src/projects/prayerbud/index.tsx
+++ b/src/projects/prayerbud/index.tsx
@@ -33,7 +33,7 @@ export function PrayerbudProject() {
-
+
Key features
@@ -46,7 +46,7 @@ export function PrayerbudProject() {
-
+
Technologies
diff --git a/src/projects/shared/Demo.tsx b/src/projects/shared/Demo.tsx
index ac8a7189..522ecb0f 100644
--- a/src/projects/shared/Demo.tsx
+++ b/src/projects/shared/Demo.tsx
@@ -1,5 +1,5 @@
-import { cn } from "@/lib/utils";
import type { ReactNode } from "react";
+import { cn } from "@/lib/utils";
type DemoProps = {
image: string;
@@ -13,7 +13,7 @@ export function Demo({ image, title, type = "plain", children }: DemoProps) {
-
+
{title}
{children}
diff --git a/src/projects/shared/ProjectPage.tsx b/src/projects/shared/ProjectPage.tsx
index 02f23b50..40721c70 100644
--- a/src/projects/shared/ProjectPage.tsx
+++ b/src/projects/shared/ProjectPage.tsx
@@ -1,5 +1,6 @@
-import type { ProjectMetadata } from "@/projects";
import type { ReactNode } from "react";
+import { Link } from "react-router-dom";
+import type { ProjectMetadata } from "@/projects";
type ProjectPageProps = {
metadata: ProjectMetadata;
@@ -11,6 +12,12 @@ export function ProjectPage({ metadata, children }: ProjectPageProps) {
return (
+
+ Home
+
@@ -23,7 +30,7 @@ export function ProjectPage({ metadata, children }: ProjectPageProps) {
className="w-24 h-24 rounded mb-2"
/>
) : (
-
+
)}
@@ -40,7 +47,7 @@ export function ProjectPage({ metadata, children }: ProjectPageProps) {
-
+
{metadata.date}
{metadata.github ? (
<>
@@ -63,7 +70,7 @@ export function ProjectPage({ metadata, children }: ProjectPageProps) {
{tags.map((tag: string) => (
{tag}
@@ -73,7 +80,7 @@ export function ProjectPage({ metadata, children }: ProjectPageProps) {
{children}
-
+
Oliver Bryan - {metadata.date}
{metadata.github ? (
<>
diff --git a/src/projects/shleep/index.tsx b/src/projects/shleep/index.tsx
index 1fbaee18..386f2f03 100644
--- a/src/projects/shleep/index.tsx
+++ b/src/projects/shleep/index.tsx
@@ -22,7 +22,7 @@ export function ShleepProject() {
help aid you and your party to protect a sleeping child from nightmares.
-
+
Technologies
diff --git a/src/projects/sprint/index.tsx b/src/projects/sprint/index.tsx
index e44925b2..e4e7cca3 100644
--- a/src/projects/sprint/index.tsx
+++ b/src/projects/sprint/index.tsx
@@ -36,7 +36,7 @@ export function SprintProject() {
-
+
Key features
@@ -54,7 +54,7 @@ export function SprintProject() {
-
+
Technologies
diff --git a/src/projects/watercooler/index.tsx b/src/projects/watercooler/index.tsx
index 1228bc51..3608674c 100644
--- a/src/projects/watercooler/index.tsx
+++ b/src/projects/watercooler/index.tsx
@@ -28,7 +28,7 @@ export function WatercoolerProject() {
watercooler description here
-
+
Key features
@@ -40,7 +40,7 @@ export function WatercoolerProject() {
-
+
Technologies
diff --git a/src/projects/wiskatron/index.tsx b/src/projects/wiskatron/index.tsx
index 715aca42..64664143 100644
--- a/src/projects/wiskatron/index.tsx
+++ b/src/projects/wiskatron/index.tsx
@@ -22,7 +22,7 @@ export function WiskatronProject() {
-
+
Key features
@@ -34,7 +34,7 @@ export function WiskatronProject() {
-