|
Look for this:
<link rel="stylesheet" type="text/css" href="templates/switchy/styles/light.css" title="light" />
<link rel="alternate stylesheet" type="text/css" href="templates/switchy/styles/dark.css" title="dark" />
Change it to this:
<link rel="stylesheet" type="text/css" href="templates/switchy/styles/dark.css" title="dark" />
Also, remove the link to the styleswitcher:
<script type="text/javascript" src="templates/switchy/js/styleswitcher.js"></script>
|