It’s only a little distinguished for me, by the font size. When I inspect element, I see
.content-body blockquote {
font-size: 1.1rem;
padding: inherit;
margin: inherit;
border-left: none;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
}
and if I disable the rule for padding it becomes indented. (If I disable the border-left rule it also gets a left bar which I like). Firefox 55.0.3 on OS X, so the -webkit- lines aren’t doing anything.
(I couldn’t figure out how to make a code block containing more than one line.)
It’s only a little distinguished for me, by the font size. When I inspect element, I see
and if I disable the rule for padding it becomes indented. (If I disable the border-left rule it also gets a left bar which I like). Firefox 55.0.3 on OS X, so the -webkit- lines aren’t doing anything.
(I couldn’t figure out how to make a code block containing more than one line.)