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:
parent
181de6f5ea
commit
ea3c986f63
1 changed files with 0 additions and 4 deletions
|
@ -242,10 +242,6 @@
|
|||
background: var(--purple);
|
||||
}
|
||||
|
||||
.td-cta-marketplace .td-cta-icon svg path {
|
||||
stroke: #fff;
|
||||
}
|
||||
|
||||
.td-cta-docs .td-cta-icon {
|
||||
background: var(--blue);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue