MediaWiki:Citizen.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 7: Line 7:
background:none!important;
background:none!important;
     border: none!important;
     border: none!important;
}
.infobox th.title{
color:var(--color-base);
}
}

Revision as of 16:00, 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);
}