Difference between revisions of "MediaWiki:Timeless.css"
From Anarchaserver
(Replaced content with "→CSS placed here will affect users of the Timeless skin: ") Tag: Replaced |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Timeless skin */ | /* 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; | |||
} |