Updated newsletter footer section headings to use titleColor

Refs https://github.com/TryGhost/Team/issues/2830
This commit is contained in:
Sanne de Vries 2023-04-03 10:17:51 +02:00
parent 0c8f75686b
commit b8a8b7fd19
2 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@
{{#if @newsletter.showLatestPosts}}
<div class="gh-members-emailpreview-latest-posts" style={{html-safe (concat "border-color: " this.secondaryBorderColor)}}>
<h3 class="pb2" style={{html-safe (concat "color: " this.textColor)}}>Keep reading</h3>
<h3 class="pb2" style={{html-safe (concat "color: " this.titleColor)}}>Keep reading</h3>
<Modals::Newsletters::Components::LatestPost
@imgPath="assets/img/latest-posts-1.png"
@postTitle="The three latest posts published on your site"
@ -102,7 +102,7 @@
{{#if @newsletter.showSubscriptionDetails}}
<div class="gh-members-emailpreview-subscription-details" style={{html-safe (concat "border-color: " this.secondaryBorderColor)}}>
<h4 class="pb2" style={{html-safe (concat "color: " this.textColor)}}>Subscription details</h4>
<h4 class="pb2" style={{html-safe (concat "color: " this.titleColor)}}>Subscription details</h4>
<p class="pb4" style={{html-safe (concat "color: " this.textColor)}}>You are receiving this because you are a <strong>paid subscriber</strong> to The Local Host. Your subscription will renew on {{this.renewDateString}}.</p>
<div class="flex">
<div class="flex-shrink-0">

View File

@ -480,7 +480,7 @@ figure blockquote p {
.latest-posts-header {
margin: 0;
padding: 8px 0 16px;
color: {{textColor}};
color: {{titleColor}};
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
@ -561,7 +561,7 @@ figure blockquote p {
}
.subscription-box h3 {
color: {{textColor}} !important;
color: {{titleColor}} !important;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
@ -1023,7 +1023,7 @@ a[data-flickr-embed] img {
width: 96px;
border: none;
{{#if backgroundIsDark}}
filter: brightness(5);
filter: brightness(10);
{{/if}}
}