From b62840c34706f0b787fedc42df6c016d085cc27e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 20 Mar 2025 08:11:48 -0700 Subject: [PATCH] feat: Add SVG logo with progressive enhancement to Jekyll pages --- aider/website/_includes/head_custom.html | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/aider/website/_includes/head_custom.html b/aider/website/_includes/head_custom.html index 09c097d3d..20f888728 100644 --- a/aider/website/_includes/head_custom.html +++ b/aider/website/_includes/head_custom.html @@ -21,6 +21,12 @@ text-decoration: none; letter-spacing: 0.5px; } + + /* For SVG logo inside site-title */ + .site-title img { + height: 1.8rem; + vertical-align: middle; + } /* Sidebar gradient styling to match hero section */ .side-bar { @@ -31,6 +37,34 @@ + + +