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 { .social svg {
vertical-align: middle; vertical-align: middle;
transition: all ease-in-out 250ms;
vertical-align: middle; vertical-align: middle;
margin: 0 auto; margin: 0 auto;
} }
.social svg > * { .social svg > * {
fill: none; fill: none;
stroke: var(--color-link); stroke: var(--color-link);
transition: all ease-in-out 250ms;
stroke-width: 1px; stroke-width: 1px;
} }
/* POST LIST */ /* POST LIST */

View File

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