update svg´s stroke
parent
0bdbb3c70f
commit
d3bb2e697d
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue