MediaWiki:Citizen.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 11: Line 11:
.infobox th.title{
.infobox th.title{
color:var(--color-base);
color:var(--color-base);
}
.reliableSources div .section-subheading {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

Revision as of 16:02, 2 May 2021

/* All CSS here will be loaded for users of the Citizen skin */
.toctitle{
	background:none!important;
}

.infobox th, .navbar th{
	background:none!important;
    border: none!important;
}

.infobox th.title{
	color:var(--color-base);
}

.reliableSources div .section-subheading {
    display: flex;
    align-items: center;
    justify-content: center;
}