Difference between revisions of "MediaWiki:Timeless.css"
From Anarchaserver
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= | @import url('https://fonts.googleapis.com/css?family=Open+Sans'); | ||
body { | body { | ||
Line 7: | Line 7: | ||
background: #000; | background: #000; | ||
color: #ccccff; | color: #ccccff; | ||
font-family:'Open Sans', sans-serif; | |||
font-family:'Open Sans', serif; | |||
} | } |