From 54375a95309c2375811b0af46bdfb78307a9df0a Mon Sep 17 00:00:00 2001 From: Rootiest Date: Fri, 4 Sep 2026 16:50:16 -0400 Subject: [PATCH] style(docs): match Gitea icon size to GitHub's 24px (1.5rem) --- docs/site/src/components/starlight/SocialIcons.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/src/components/starlight/SocialIcons.astro b/docs/site/src/components/starlight/SocialIcons.astro index 8a57237..9703c0c 100644 --- a/docs/site/src/components/starlight/SocialIcons.astro +++ b/docs/site/src/components/starlight/SocialIcons.astro @@ -43,8 +43,8 @@ const links = config.social || []; unlayered CSS. Unlayered rules always win over anything in a @layer regardless of specificity or source order, so a plain override here is silently ignored no matter how it's written. */ - width: 3rem !important; - height: 3rem !important; + width: 1.5rem !important; + height: 1.5rem !important; } }