Skip to content

Commit 58b18c8

Browse files
Merge pull request #54 from wildbit/bug/receipt-dark-mode
Fix dark mode on receipt email
2 parents de82433 + 478ca59 commit 58b18c8

File tree

21 files changed

+60
-22
lines changed

21 files changed

+60
-22
lines changed

dist/compiled/comment-notification/content.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,

dist/compiled/example/content.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,

dist/compiled/invoice/content.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,

dist/compiled/password-reset-help/content.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,

dist/compiled/password-reset/content.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,

dist/compiled/receipt/content.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,
@@ -553,7 +555,7 @@ <h3 class="align-right" style="margin-top: 0; color: #333333; font-size: 14px; f
553555
<table class="body-sub" role="presentation" style="margin-top: 25px; padding-top: 25px; border-top-width: 1px; border-top-color: #EAEAEC; border-top-style: solid;">
554556
<tr>
555557
<td style="word-break: break-word; font-family: &quot;Nunito Sans&quot;, Helvetica, Arial, sans-serif; font-size: 16px;">
556-
<p class="f-fallback sub" style="font-size: 13px; line-height: 1.625; color: #6B6E76; margin: .4em 0 1.1875em;">Need a printable copy for your records? You can <a href="{{action_url}}" style="color: #3869D4;">download a PDF version</a>.</p>
558+
<p class="f-fallback sub" style="font-size: 13px; line-height: 1.625; color: #6B6E76; margin: .4em 0 1.1875em;"><strong>Need a printable copy for your records?</strong> You can <a href="{{action_url}}" style="color: #3869D4;">download a PDF version</a>.</p>
557559
<p class="f-fallback sub" style="font-size: 13px; line-height: 1.625; color: #6B6E76; margin: .4em 0 1.1875em;">Moved recently? Have a new credit card? You can easily <a href="{{billing_url}}" style="color: #3869D4;">update your billing information</a>.</p>
558560
</td>
559561
</tr>

dist/compiled/trial-expired/content.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,

dist/compiled/trial-expiring/content.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,

dist/compiled/user-invitation/content.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,

dist/compiled/welcome/content.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,9 @@
410410
blockquote,
411411
h1,
412412
h2,
413-
h3 {
413+
h3,
414+
span,
415+
.purchase_item {
414416
color: #FFF !important;
415417
}
416418
.attributes_content,

0 commit comments

Comments
 (0)