remov epadding from creator svg anchor

This commit is contained in:
madrilene 2025-01-27 09:50:32 +01:00
parent f3a6b1d148
commit dab8c14642

View file

@ -3,10 +3,9 @@
}
/* increase tab size */
.site-footer a {
.site-footer a:not(.creator a) {
padding: var(--space-xs);
}
.site-footer .creator a:hover {
color: transparent;
background-image: var(--gradient-rainbow);