MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 5: Line 5:
bottom: 48px !important;
bottom: 48px !important;
}
}
}
.skin-citizen-dark #jsd-widget {
color-scheme: initial;
}
}

Revision as of 16:47, 22 February 2023

/* CSS placed here will be applied to all skins */

@media (max-width: 1000px) {
	.skin-citizen #jsd-widget {
		bottom: 48px !important;
	}
}

.skin-citizen-dark #jsd-widget {
	color-scheme: initial;
}