Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| 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= | + | @import url('https://fonts.googleapis.com/css2?family=Vollkorn+SC:wght@400;600&family=Vollkorn:ital@0;1&display=swap'); |
body { | body { | ||
| − | + | font-family: 'Vollkorn', serif; | |
| + | |||
| + | font-family: 'Vollkorn SC', serif; | ||
background-color: #161513; | background-color: #161513; | ||
Revision as of 04:46, 27 March 2021
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Vollkorn+SC:wght@400;600&family=Vollkorn:ital@0;1&display=swap');
body {
font-family: 'Vollkorn', serif;
font-family: 'Vollkorn SC', 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);
}