mediawiki-skins-Citizen/resources/skins.citizen.styles/components/PageHeader.less
alistair3149 5d3ecd9edd
feat(core): convert some CSS variables into Codex equivalent
This is an on-going work to adapt Codex into Citizen.
Some of the CSS variables are soft depreciated, see tokens.less for updated info.
2024-06-30 01:04:30 -04:00

22 lines
332 B
Plaintext

.firstHeading {
margin: 0;
word-break: break-word;
overflow-wrap: break-word;
}
.mw-page-title {
&-namespace {
color: var( --color-base );
}
&-separator {
margin-right: var( --space-xxs );
color: var( --color-subtle );
}
&-parenthesis {
font-size: var( --font-size-x-large );
color: var( --color-subtle );
}
}