Template:Quote/styles.css
Appearance
/* {{pp-template}}
Styling for Template:Quote */
.templatequote {
background-color:var(--background-color-success-subtle,#d5fdf4);
border-left:3px solid var(--border-color-success,#096450);
color:inherit;
overflow: hidden;
margin: 1em 0;
padding: 0 20px;
}
.templatequote .templatequotecite {
line-height: 1.5em;
/* @noflip */
text-align: left;
/* @noflip */
padding-left: 1.6em;
margin-top: 0;
}