mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
Fixed subscription box dark mode issues
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
d886bc4b0d
commit
8a3c696f9d
@ -1123,6 +1123,11 @@ a.gh-post-list-cta.is-hovered:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
/* Member */
|
||||
.gh-cp-membertier-attribution .gh-membertier-advanced {
|
||||
border-top: 1px solid rgb(23, 25, 28);
|
||||
}
|
||||
|
||||
/* Offers */
|
||||
.gh-btn-green svg {
|
||||
fill: #fff !important;
|
||||
|
@ -2487,7 +2487,7 @@ p.gh-members-import-errordetail:first-of-type {
|
||||
|
||||
.gh-cp-membertier-attribution .gh-tier-card-price {
|
||||
border: none !important;
|
||||
background: #f5f6f6;
|
||||
background: var(--main-color-content-greybg);
|
||||
padding: 20px 10px !important;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -2554,8 +2554,8 @@ p.gh-members-import-errordetail:first-of-type {
|
||||
|
||||
.gh-cp-membertier-attribution .gh-membertier-details span, .gh-cp-membertier-attribution .gh-membertier-details a {
|
||||
font-size: 1.4rem;
|
||||
font-weight: 500;
|
||||
color: #15171A;
|
||||
font-weight: 600;
|
||||
color: unset;
|
||||
}
|
||||
|
||||
.gh-cp-membertier-attribution .gh-cp-membertier-renewal {
|
||||
|
Loading…
Reference in New Issue
Block a user