From 3771b2fca4187d2aa4790ecc3a7dbc1f55f3af2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Mon, 22 Apr 2024 15:43:19 +0200 Subject: [PATCH] Fixed email footer text styling inconsistencies (#20063) fixes https://linear.app/tryghost/issue/DES-260/footer-link-text-smaller-than-regular-text There was a bit of CSS in a media query aimed at other parts of the newsletter template that was causing the footer styling to break. I added some more specific styling for the footer as well, to make sure span's within the `

` element are covered as well. --- .../lib/email-templates/partials/styles-old.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/email-service/lib/email-templates/partials/styles-old.hbs b/ghost/email-service/lib/email-templates/partials/styles-old.hbs index 981eca462d..17b5ba9cdc 100644 --- a/ghost/email-service/lib/email-templates/partials/styles-old.hbs +++ b/ghost/email-service/lib/email-templates/partials/styles-old.hbs @@ -1283,7 +1283,7 @@ a[data-flickr-embed] img { table.body ul, table.body ol, table.body td { - font-size: 16px !important; + font-size: 16px; } table.body pre { @@ -1388,14 +1388,14 @@ a[data-flickr-embed] img { } - table.body .footer p { - font-size: 12px !important; + table.body .footer p, table.body .footer p span { + font-size: 13px !important; } table.body .view-online-link, table.body .footer, - table.body .footer a { - font-size: 12px !important; + table.body .footer a, { + font-size: 13px !important; } table.body .post-title a {