update color on svg

feature/oscar-theme
Segundo Fdez 2022-03-11 20:22:40 +01:00
parent 5aefe63def
commit 80d5cf77a8
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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;
} }
} }