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