Lighten dark mode gradients from brand-700/800 to brand-600

- Hero dark gradient start: brand-700 → brand-600
- Blog SVG image background fill: brand-800 → brand-600
- BlogCard grid gradient end: brand-800 → brand-600
- ArticleHero gradient end: brand-800 → brand-600

https://claude.ai/code/session_019mp7rTrQPx9yxp17hgjsYb
This commit is contained in:
Claude
2026-04-06 08:14:01 +00:00
parent ddd0c22311
commit b1c9496082
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -298,7 +298,7 @@
.dark .hero-dark-gradient {
background: linear-gradient(
to bottom,
var(--brand-700) 0%,
var(--brand-600) 0%,
oklch(0% 0 0) 100%
) !important;
}