From 599a601a56c79288f770bdfe06f8c626dbb00764 Mon Sep 17 00:00:00 2001 From: Oliver Bryan Date: Wed, 4 Feb 2026 19:27:20 +0000 Subject: [PATCH] new nice colours --- public/index.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/public/index.css b/public/index.css index 93e6f15..449f5e6 100644 --- a/public/index.css +++ b/public/index.css @@ -2,10 +2,10 @@ :root { color-scheme: light; - --bg-color: #e5e2d9; - --fg-color: #121212; - --accent-color: #db7f42; - --border-color: #121212; + --bg-color: #ded6c4; + --fg-color: #2e2b23; + --accent-color: #df7126; + --border-color: #2e2b23; font-family: "CommitMono", ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Monaco, "Courier New", monospace; @@ -167,6 +167,7 @@ body { flex-direction: row; align-items: center; justify-content: space-between; + flex-wrap: wrap; gap: 1rem; border: 1px solid var(--border-color); background: var(--fg-color); @@ -181,6 +182,12 @@ body { text-transform: none; } +.font-card__family { + font-size: 0.75rem; + color: var(--bg-color); + text-transform: none; +} + .font-card__copy { display: inline-flex; align-items: center;