update svg´s stroke

feature/oscar-theme
Segundo Fdez 2022-03-10 12:28:34 +01:00
parent 0bdbb3c70f
commit d3bb2e697d
2 changed files with 8 additions and 10 deletions

View File

@ -580,9 +580,8 @@ i, em {
text-align: center;
}
.post .social a:hover svg > *, .social a:hover svg > * {
fill: var(--color-main);
stroke: var(--color-main);
stroke-width: 1px;
fill: var(--color-link);
stroke-width: 0px;
}
.post .social svg, .social svg {
vertical-align: middle;
@ -591,8 +590,8 @@ i, em {
}
.post .social svg > *, .social svg > * {
fill: none;
stroke: var(--color-link);
stroke-width: 1px;
stroke: var(--color-main);
stroke-width: 1.25px;
}
/* POST LIST */
.posts-container {

View File

@ -99,9 +99,8 @@
text-align: center;
&:hover {
svg > * {
fill: var(--color-main);
stroke: var(--color-main);
stroke-width: 1px;
fill: var(--color-link);
stroke-width: 0px;
}
}
}
@ -111,8 +110,8 @@
margin: 0 auto;
> * {
fill: none;
stroke: var(--color-link);
stroke-width: 1px;
stroke: var(--color-main);
stroke-width: 1.25px;
}
}
}