mediawiki-skins-Citizen/resources/skins.citizen.styles/components/ContentHeader.less
alistair3149 a9acc08e27
feat(core)!: 💥 rework font-size CSS variables
To align with Codex tokens, the old --font-size-hN CSS variables are renamed.
Introduced new font size variables (x-small, small)
2024-02-26 16:54:58 -05:00

22 lines
344 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-base--subtle );
}
&-parenthesis {
font-size: var( --font-size-x-large );
color: var( --color-base--subtle );
}
}