Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
ObsidianBlk
/
nespaint
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
When painting the logo, no longer forces a background color.
dev
Bryan Miller
hace 6 años
padre
9b1cab3472
commit
de620447fa
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
app/js/main.js
+ 1
- 1
app/js/main.js
Ver fichero
@@ -19,7 +19,7 @@ function TitlePainter(pal){
var cb = Math.floor(Math.random() * 3);
var index = (cb*16)+ca;
el.style.color = pal[index];
el.style["background-color"] = "#000";
//
el.style["background-color"] = "#000";
});
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar