style(docs): match Gitea icon size to GitHub's 24px (1.5rem)

This commit is contained in:
2026-09-04 16:50:16 -04:00
parent 2ee2806e01
commit 54375a9530
@@ -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;
}
}
</style>