update color on svg
parent
5aefe63def
commit
80d5cf77a8
|
@ -591,7 +591,7 @@ i, em {
|
||||||
}
|
}
|
||||||
.post .social svg > *, .social svg > * {
|
.post .social svg > *, .social svg > * {
|
||||||
fill: none;
|
fill: none;
|
||||||
stroke: var(--color-main);
|
stroke: var(--color-link);
|
||||||
stroke-width: 1.25px;
|
stroke-width: 1.25px;
|
||||||
}
|
}
|
||||||
/* POST LIST */
|
/* POST LIST */
|
||||||
|
|
|
@ -110,7 +110,7 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
> * {
|
> * {
|
||||||
fill: none;
|
fill: none;
|
||||||
stroke: var(--color-main);
|
stroke: var(--color-link);
|
||||||
stroke-width: 1.25px;
|
stroke-width: 1.25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue