Difference between revisions of "MediaWiki:Timeless.css"

From Anarchaserver
Line 7: Line 7:
background: #000;
background: #000;
color: #ccccff;
color: #ccccff;
font-family: 'Merriweather', serif;
#font-family: 'Merriweather', serif;
        font-family:Sawasdee;
}
}

Revision as of 00:50, 4 May 2019

/* CSS placed here will affect users of the Timeless skin */

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

body {
	margin: 0;
	background: #000;
	color: #ccccff;
	#font-family: 'Merriweather', serif;
        font-family:Sawasdee;
}