diff --git a/blocks/library/pullquote/style.scss b/blocks/library/pullquote/style.scss index dd46d68201a172..fa750312ff6ca8 100644 --- a/blocks/library/pullquote/style.scss +++ b/blocks/library/pullquote/style.scss @@ -20,7 +20,8 @@ line-height: 1.6; } - cite { + cite, + footer { color: $dark-gray-600; position: relative; font-weight: 900; diff --git a/blocks/library/quote/style.scss b/blocks/library/quote/style.scss index 0484e6c68ce2f5..98468ea527807a 100644 --- a/blocks/library/quote/style.scss +++ b/blocks/library/quote/style.scss @@ -1,7 +1,8 @@ .wp-block-quote { margin: 0 0 16px; - cite { + cite, + footer { color: $dark-gray-300; margin-top: 1em; position: relative; @@ -17,7 +18,9 @@ font-style: italic; line-height: 1.6; } - cite { + + cite, + footer { font-size: 19px; text-align: right; }