style: Update sidebar gradient end color to #F5F6FA

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 12:19:22 -07:00
parent f2654390e7
commit 5453f4a85d

View file

@ -24,7 +24,7 @@
/* Sidebar gradient styling to match hero section */
.side-bar {
background: linear-gradient(135deg, rgba(20, 176, 20, 0.15) 0%, rgba(20, 176, 20, 0.1) 25%, rgba(201, 214, 255, 0.7) 50%, rgba(179, 198, 255, 0.8) 75%, rgba(163, 189, 255, 0.9) 100%);
background: linear-gradient(135deg, rgba(20, 176, 20, 0.15) 0%, rgba(20, 176, 20, 0.1) 25%, rgba(201, 214, 255, 0.7) 50%, rgba(179, 198, 255, 0.8) 75%, #F5F6FA 100%);
}
</style>
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{ site.url }}/feed.xml">