Jump to content

MediaWiki:Common.css: Difference between revisions

From Logic World Wiki
No edit summary
no need for !important
Line 7: Line 7:


.tabber .wikitable {
.tabber .wikitable {
margin-top: 0 !important;
margin-top: 0;
}
}

Revision as of 18:10, 7 September 2025

/* CSS placed here will be applied to all skins */
.lw-infobox {
	background-color: var(--background-color-interactive-subtle,#f8f9fa);
	color: var(--color-base,#202122);
	border: 1px solid var(--border-color-subtle,#c8ccd1);
}

.tabber .wikitable {
	margin-top: 0;
}