Skip to content
Snippets Groups Projects
Commit df1a48e3 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-5898: provide basic styling when blockquote is in HTML, not provided by the block

parent d5ace33e
No related branches found
No related tags found
1 merge request!70ISTWCMS-5898: section-spacing-seperator and column-seperator css
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
// Blockquote styles. // Blockquote styles.
:where(blockquote) { :where(blockquote) {
&:not(.uw-blockquote) {
background-color: var(--gray-1);
color: var(--uw-black);
font-size: var(--font-size-4);
padding: var(--size-3);
}
p { p {
color: inherit; color: inherit;
font-family: inherit; font-family: inherit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment