Difference between revisions of "MediaWiki:Common.css"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Quicksand'); html, body { height: 100%; margin: 0; paddin...")
(No difference)

Revision as of 14:23, 22 June 2018

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

@import url('https://fonts.googleapis.com/css?family=Quicksand');

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
}