mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: Lighten sidebar gradient color in head_custom.html
This commit is contained in:
parent
54e70eff13
commit
fe247a8f6a
1 changed files with 1 additions and 1 deletions
|
@ -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(205, 218, 255, 0.6) 75%, #F5F6FA 100%);
|
||||
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%);
|
||||
}
|
||||
</style>
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{ site.url }}/feed.xml">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue