Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
stroll
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
11
Wiki
Actividad
Explorar el Código
Made links less impossible to read in dark mode
tags/v0.7.4
Fen Dweller
hace 7 años
padre
3c0b480ad5
commit
6da5d051d9
Se han
modificado 2 ficheros
con
12 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-1
stroll.html
+9
-4
style.css
+ 3
- 1
stroll.html
Ver fichero
@@ -1142,7 +1142,9 @@
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="magicEnabled" name="magicEnabled" />
<label class="custom-header" for="magicEnabled">Magic</label>
<div class="reveal-if-active">
<li>
It's on :D
</li>
</div>
</div>
</ul>
+ 9
- 4
style.css
Ver fichero
@@ -465,20 +465,25 @@ body.light a:visited {
}
body.light a:hover {
color: #
0000
EE;
color: #
2222
EE;
}
body.dark a {
color: #
0000
FF;
color: #
8888
FF;
text-decoration: none;
}
body.dark a:visited {
color: #
0000
DD;
color: #
8888
DD;
}
body.dark a:hover {
color: #0000EE;
color: #AAAAEE;
}
a:hover {
text-shadow: 0px 0px 5px #eeeeff;
text-decoration: none;
}
.character-build {
Escribir
Vista previa
Cargando…
Cancelar
Guardar