Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
background-color: #161513; | background-color: #161513; | ||
| − | font-size: | + | font-size: 16px; |
} | } | ||
Revision as of 04:32, 27 March 2021
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');
body {
font-family: 'Mate', serif;
background-color: #161513;
font-size: 16px;
}
/* Dark background for main page & stuff */
.mw-page-base, .mw-head-base, .content, .mw-body {
background-color: #101010;
color: #ddd;
}
.mw-body b, h1, h2, h3, h4, h5, h6 {
color: #fff;
}
a {
color: rgb(248, 183, 108);
}
a:hover, a:focus {
color: rgb(255, 192, 128);
}
a:visited {
color: rgb(255, 174, 81);
}