update svg´s stroke
parent
0bdbb3c70f
commit
d3bb2e697d
|
@ -580,9 +580,8 @@ i, em {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.post .social a:hover svg > *, .social a:hover svg > * {
|
.post .social a:hover svg > *, .social a:hover svg > * {
|
||||||
fill: var(--color-main);
|
fill: var(--color-link);
|
||||||
stroke: var(--color-main);
|
stroke-width: 0px;
|
||||||
stroke-width: 1px;
|
|
||||||
}
|
}
|
||||||
.post .social svg, .social svg {
|
.post .social svg, .social svg {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -591,8 +590,8 @@ i, em {
|
||||||
}
|
}
|
||||||
.post .social svg > *, .social svg > * {
|
.post .social svg > *, .social svg > * {
|
||||||
fill: none;
|
fill: none;
|
||||||
stroke: var(--color-link);
|
stroke: var(--color-main);
|
||||||
stroke-width: 1px;
|
stroke-width: 1.25px;
|
||||||
}
|
}
|
||||||
/* POST LIST */
|
/* POST LIST */
|
||||||
.posts-container {
|
.posts-container {
|
||||||
|
|
|
@ -99,9 +99,8 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
&:hover {
|
&:hover {
|
||||||
svg > * {
|
svg > * {
|
||||||
fill: var(--color-main);
|
fill: var(--color-link);
|
||||||
stroke: var(--color-main);
|
stroke-width: 0px;
|
||||||
stroke-width: 1px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -111,8 +110,8 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
> * {
|
> * {
|
||||||
fill: none;
|
fill: none;
|
||||||
stroke: var(--color-link);
|
stroke: var(--color-main);
|
||||||
stroke-width: 1px;
|
stroke-width: 1.25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue