From 94a3c29214477b88bd71238ec2e914d9d817559b Mon Sep 17 00:00:00 2001 From: Claude Code Bot Date: Mon, 12 Jan 2026 06:57:32 +0000 Subject: [PATCH] Edit: Edit Request: Change heading color to dark blue --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index dccb32f..2efc545 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ padding: 2rem; line-height: 1.6; } - h1 { color: #333; } + h1 { color: #1a365d; } .tagline { color: #666; font-size: 1.2rem; } footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #eee; color: #888; }