delete transition

feature/oscar-theme
Segundo Fdez 2022-03-08 22:48:02 +01:00
parent a3eeac4d9d
commit b76d7fb0b6
2 changed files with 1 additions and 2 deletions

View File

@ -583,13 +583,13 @@ i, em {
}
.social svg {
vertical-align: middle;
transition: all ease-in-out 250ms;
vertical-align: middle;
margin: 0 auto;
}
.social svg > * {
fill: none;
stroke: var(--color-link);
transition: all ease-in-out 250ms;
stroke-width: 1px;
}
/* POST LIST */

View File

@ -110,7 +110,6 @@
> * {
fill: none;
stroke: var(--color-link);
transition: all ease-in-out 250ms;
stroke-width: 1px;
}
}