Skip to content
Snippets Groups Projects
Commit 1d3f0cde authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-6039: Fix cite appearance when in inline copy text

parent cdb4803c
No related branches found
No related tags found
1 merge request!119ISTWCMS-6039: Fix cite appearance when in inline copy text
......@@ -20,7 +20,3 @@
page-break-inside: avoid;
}
}
:where(:not(blockquote) > cite) {
padding-inline-start: var(--size-2);
}
......@@ -85,12 +85,6 @@
:where(cite) {
color: var(--gray-6);
font-family: var(--font-primary);
font-size: var(--font-size-0);
font-style: normal;
font-weight: var(--font-weight-600);
letter-spacing: var(--font-letterspacing-1);
line-height: var(--font-lineheight-1);
}
:where(code) {
......
......@@ -58,6 +58,7 @@
color: var(--uw-black);
font-family: var(--font-condensedbook);
font-size: var(--font-size-1);
font-style: normal;
font-weight: normal;
text-align: left;
text-transform: uppercase;
......
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