MediaWiki:Common.less/quotes.less: Difference between revisions
Jump to navigation
Jump to search
(Created page with "// <pre> :root { --blockquote-color: @river-bed; } .quote-source { text-align: right; &::before { content: '— '; } } →======================== [[Template:Quote]] ========================: blockquote { color: var(--blockquote-color); .mw-body-content & { border-color: var(--body-mid); } }") |
(No difference)
|
Latest revision as of 23:23, 4 October 2022
//
:root {
--blockquote-color: @river-bed;
}
.quote-source {
text-align: right;
&::before {
content: '— ';
}
}
/* ========================
Template:Quote
======================== */
blockquote {
color: var(--blockquote-color);
.mw-body-content & {
border-color: var(--body-mid);
}
}