fix the rounded corners on the svg yayyyy
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-25 13:31:35 -07:00
parent e5a3d3828f
commit 75d83a70c6
+4
View File
@@ -212,6 +212,10 @@ footer a:focus-visible {
outline: .15rem solid var(--color-accent-flipped);
}
footer a:has(svg) {
display: inline-block;
}
footer svg {
height: 2rem;
width: auto;