This commit is contained in:
Paul Gauthier 2025-03-19 12:28:51 -07:00
parent fe247a8f6a
commit a1fa62adef

View file

@ -21,10 +21,10 @@
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(220, 230, 255, 0.5) 50%, rgba(205, 218, 255, 0.6) 75%, #F5F6FA 100%);
.side-bar {
background: linear-gradient(135deg, #ffffff 0%, rgba(20, 176, 20, 0.1) 40%, rgba(220, 230, 255, 0.5) 60%, rgba(205, 218, 255, 0.6) 80%, #F5F6FA 100%);
}
</style>
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{ site.url }}/feed.xml">