MediaWiki:Common.css: Difference between revisions

From TapTo Wiki

No edit summary
No edit summary
Line 7: Line 7:
}
}


/*
#p-logo-text a {
#p-logo-text a {
font-weight: 600;
font-weight: 600;
}
}


/*
.color-left, .color-middle, .color-right {
.color-left, .color-middle, .color-right {
background-color: #324372;
background-color: #324372;
}
}
*/
*/

Revision as of 09:25, 27 April 2024

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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

#p-logo-text a, #personal h2, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
	font-family: "Open Sans", sans-serif;
}

/*
#p-logo-text a {
	font-weight: 600;
}

.color-left, .color-middle, .color-right {
	background-color: #324372;
}
*/