MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */


li.pi-tab-link.pi-item-spacing {
.pi-tab-link {
border-radius: var(--border-radius--medium);
border-radius: var(--border-radius--medium);
}
}

Revision as of 07:12, 2 January 2023

/* All CSS here will be loaded for users of the Citizen skin */

.pi-tab-link {
	border-radius: var(--border-radius--medium);
}