| @@ -1142,7 +1142,9 @@ | |||||
| <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="magicEnabled" name="magicEnabled" /> | <input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="magicEnabled" name="magicEnabled" /> | ||||
| <label class="custom-header" for="magicEnabled">Magic</label> | <label class="custom-header" for="magicEnabled">Magic</label> | ||||
| <div class="reveal-if-active"> | <div class="reveal-if-active"> | ||||
| <li> | |||||
| It's on :D | |||||
| </li> | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| </ul> | </ul> | ||||
| @@ -465,20 +465,25 @@ body.light a:visited { | |||||
| } | } | ||||
| body.light a:hover { | body.light a:hover { | ||||
| color: #0000EE; | |||||
| color: #2222EE; | |||||
| } | } | ||||
| body.dark a { | body.dark a { | ||||
| color: #0000FF; | |||||
| color: #8888FF; | |||||
| text-decoration: none; | text-decoration: none; | ||||
| } | } | ||||
| body.dark a:visited { | body.dark a:visited { | ||||
| color: #0000DD; | |||||
| color: #8888DD; | |||||
| } | } | ||||
| body.dark a:hover { | body.dark a:hover { | ||||
| color: #0000EE; | |||||
| color: #AAAAEE; | |||||
| } | |||||
| a:hover { | |||||
| text-shadow: 0px 0px 5px #eeeeff; | |||||
| text-decoration: none; | |||||
| } | } | ||||
| .character-build { | .character-build { | ||||