MediaWiki:Mobile.css: Difference between revisions
Recolored links. |
Changed font to Podkova, changed header and footer colors. |
||
| Line 9: | Line 9: | ||
/**************/ | /**************/ | ||
/* | /* Restyling */ | ||
/**************/ | /**************/ | ||
body { | |||
font-family: Podkova, "Courier New", Courier, monospace; | |||
} | |||
header, footer { | |||
background-color: #242d3c; | |||
color: #ffffff; | |||
} | |||
a:link, a:active { | a:link, a:active { | ||