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

Changed public preview divider symbols color

This commit is contained in:
Sanne de Vries 2021-03-02 20:50:19 +01:00
parent 905df906da
commit 4263cc7343
3 changed files with 3 additions and 2 deletions

View file

@ -364,9 +364,9 @@
display: inline-block; display: inline-block;
outline: none; outline: none;
color: var(--green-d1); color: var(--green-d1);
font-weight: 500;
text-decoration: none !important; text-decoration: none !important;
text-transform: none; text-transform: none;
font-weight: 500;
} }
.gh-td-marketplace span { .gh-td-marketplace span {

View file

@ -1048,6 +1048,7 @@
text-transform: uppercase; text-transform: uppercase;
font-size: 1.2rem; font-size: 1.2rem;
font-weight: 600; font-weight: 600;
white-space: pre;
} }
.kg-paywall-separator::before, .kg-paywall-separator::before,

View file

@ -8,5 +8,5 @@
@hasEditMode={{false}} @hasEditMode={{false}}
@editor={{this.editor}} @editor={{this.editor}}
> >
<div class="kg-paywall-separator">Free public preview ↑ / ↓ Only visible to members</div> <div class="kg-paywall-separator">Free public preview <span class="green">↑</span> / <span class="green">↓</span> Only visible to members</div>
</KoenigCard> </KoenigCard>