From 0aaa1b9c75659b6d862287b7befa82007c020904 Mon Sep 17 00:00:00 2001 From: James Morris Date: Tue, 7 Dec 2021 11:53:46 +0000 Subject: [PATCH] Removed more unnecessary styles from blockquote card styles refs https://github.com/TryGhost/Team/issues/1239 --- core/frontend/src/cards/css/blockquote.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/frontend/src/cards/css/blockquote.css b/core/frontend/src/cards/css/blockquote.css index a2ed79cb45..1004525a35 100644 --- a/core/frontend/src/cards/css/blockquote.css +++ b/core/frontend/src/cards/css/blockquote.css @@ -1,5 +1,4 @@ .kg-blockquote-alt { - background: none; font-size: 1.5em; font-style: italic; line-height: 1.7em; @@ -7,10 +6,6 @@ padding: 0 2.5em; } -.kg-blockquote-alt::before { - display: none; -} - @media (max-width: 800px) { .kg-blockquote-alt { font-size: 1.4em;