Skip to content
Snippets Groups Projects
Unverified Commit b322857d authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3281341 by andy-blum, Sakthivel M, pallavisk, mherchel: Olivero's...

Issue #3281341 by andy-blum, Sakthivel M, pallavisk, mherchel: Olivero's blockquote pseudo-element decoration *sometimes* does not display properly
parent 3b75e8ef
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@
.text-content blockquote:before, .cke_editable blockquote:before {
position: absolute;
top: 0;
content: "";
content: "\201C";
color: #53b0eb;
font-size: 3.375rem;
}
......
......@@ -88,7 +88,7 @@
position: absolute;
inset-block-start: 0;
inset-inline-start: 0;
content: "";
content: "\201C";
color: var(--color--blue-70);
font-size: 54px;
}
......
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