MediaWiki:Common.css: Difference between revisions
From Zaparoo Wiki
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
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'); | ||
#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; | |||
} | } | ||
*/ |
Revision as of 12:33, 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;
}
*/