mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
5d3ecd9edd
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.
22 lines
332 B
Plaintext
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 );
|
|
}
|
|
}
|