feat: add separate logo for dark mode

Use banner-bmad-method-dark.png in dark mode for better blending

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
forcetrainer 2026-01-17 21:18:18 -05:00
parent be3718c0e7
commit 3e87edc632
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ export default defineConfig({
tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.',
logo: {
src: './public/img/banner-bmad-method2.png',
light: './public/img/banner-bmad-method2.png',
dark: './public/img/banner-bmad-method-dark.png',
alt: 'BMAD Method',
replacesTitle: true,
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB