diff --git a/aider/website/home.html b/aider/website/home.html index 989935dc1..aa4f94157 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -173,6 +173,16 @@ box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } + .feature-card a { + color: var(--primary); + text-decoration: none; + transition: color 0.3s; + } + + .feature-card a:hover { + text-decoration: underline; + } + .feature-icon { font-size: 2rem; color: var(--primary); @@ -430,32 +440,32 @@
Aider automatically commits changes with sensible commit messages, making version control seamless.
+Aider automatically commits changes with sensible commit messages, making version control seamless.
Edit multiple files at once for complex requests, making large-scale changes easier.
+Edit multiple files at once for complex requests, making large-scale changes easier.
Uses a map of your entire git repo, which helps it work well in larger codebases.
+Uses a map of your entire git repo, which helps it work well in larger codebases.
Edit files in your editor while chatting with aider, and it will always use the latest version.
+Edit files in your editor while chatting with aider, and it will always use the latest version.
Add images to the chat and share URLs, helping with visual context and references.
+Add images to the chat and share URLs, helping with visual context and references.
Code with your voice for an even more natural programming experience.
+Code with your voice for an even more natural programming experience.