remov epadding from creator svg anchor
This commit is contained in:
parent
f3a6b1d148
commit
dab8c14642
1 changed files with 1 additions and 2 deletions
|
|
@ -3,10 +3,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* increase tab size */
|
/* increase tab size */
|
||||||
.site-footer a {
|
.site-footer a:not(.creator a) {
|
||||||
padding: var(--space-xs);
|
padding: var(--space-xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer .creator a:hover {
|
.site-footer .creator a:hover {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-image: var(--gradient-rainbow);
|
background-image: var(--gradient-rainbow);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue