From e14405cd83f886765aea1e54105d39b47e3ba4c1 Mon Sep 17 00:00:00 2001 From: cade Date: Fri, 21 Nov 2025 22:19:49 -0600 Subject: [PATCH] update links and colors --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 662352b..1b0e880 100644 --- a/index.html +++ b/index.html @@ -21,9 +21,9 @@ } :root { - --color-background: #000; + --color-background: #111; --color-text-subtle: #888; - --color-text: #ccc; + --color-text: #eee; --font-family: SpaceGrotesk, -apple-system, Helvetica, sans-serif; --font-size: clamp(16px, 1.5vw, 18px); --transition-speed: 200ms; @@ -57,7 +57,7 @@ ['c', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }], ['d', { name: 'Discord', url: 'https://discord.com/channels/@me' }], ['e', { name: 'PostHog', url: 'https://us.posthog.com' }], - ['f', { name: 'Finances', url: 'https://docs.google.com/spreadsheets/d/1sjSOdlKaE-BcraiEDjqfakCXietLTSUY1ny6gQTj-oQ/edit' }], + ['f', { name: 'Figma', url: 'https://www.figma.com' }], ['g', { name: 'GitHub', searchTemplate: '/search?q={}', suggestions: ['g/copilot', 'g/trending'], url: 'https://github.com' }], ['h', { name: 'Hetzner', url: 'https://console.hetzner.cloud/projects' }], ['i', { name: 'InstantDB', url: 'https://instantdb.com/dash' }],