mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
16 lines
218 B
Plaintext
16 lines
218 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* Module: mediawiki.skinning.content.links
|
|
* Version: REL1_39
|
|
*
|
|
* Date: 2022-11-14
|
|
*/
|
|
|
|
// Needed the specificity
|
|
.skin-citizen {
|
|
a.mw-selflink {
|
|
font-weight: var( --font-weight-semibold );
|
|
}
|
|
}
|