MediaWiki:Common.css: Difference between revisions

From TapTo Wiki

No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


Line 7: Line 8:
}
}


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

Revision as of 12:20, 8 July 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;
}
*/