Update header title color to blue in both main and admin pages
Some checks failed
Deploy to Vercel / deploy (push) Has been cancelled
Deploy to Railway / deploy (push) Has been cancelled

- Changed header h1 color from #4a5568 (gray) to #667eea (blue)
- Applied same blue color to both main page and admin page
- Consistent branding across all pages

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-21 19:12:42 +09:00
parent 922552c30b
commit ec2e9abcad
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ header {
}
header h1 {
color: #4a5568;
color: #667eea;
font-size: 2.5rem;
margin-bottom: 10px;
}

View File

@@ -29,7 +29,7 @@ header {
}
header h1 {
color: #4a5568;
color: #667eea;
font-size: 2.5rem;
margin-bottom: 10px;
}