0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed design/marketplace icon stroke

no refs.
- the marketplace icon is a filled icon and a stroke CSS property was applied to it, resulting in messy output
This commit is contained in:
Zimo 2019-03-21 11:47:44 +01:00
parent 181de6f5ea
commit ea3c986f63

View file

@ -242,10 +242,6 @@
background: var(--purple); background: var(--purple);
} }
.td-cta-marketplace .td-cta-icon svg path {
stroke: #fff;
}
.td-cta-docs .td-cta-icon { .td-cta-docs .td-cta-icon {
background: var(--blue); background: var(--blue);
} }