style: Add gradient to sidebar matching hero section

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 12:18:03 -07:00
parent 777903f7da
commit f2654390e7

View file

@ -21,6 +21,11 @@
text-decoration: none;
letter-spacing: 0.5px;
}
/* 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%);
}
</style>
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{ site.url }}/feed.xml">
<link rel="preconnect" href="https://fonts.gstatic.com">