MediaWiki:Common.css: Difference between revisions

From GRAB VR Wiki
Content deleted Content added
No edit summary
No edit summary
Line 6: Line 6:
}
}


.client-darkmode {
.client-darkmode img {
filter: none;
-webkit-filter: none;
}
}

Revision as of 06:10, 8 July 2024

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');

html, body {
	font-family: 'Nunito', 'Linux Libertine', 'Georgia', 'Times', serif;
}

.client-darkmode img {
	filter: none;
	-webkit-filter: none;
}