Fixed subscription box dark mode issues

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-09-27 20:34:52 +02:00
parent d886bc4b0d
commit 8a3c696f9d
2 changed files with 8 additions and 3 deletions

View File

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

View File

@ -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 {