Ver código fonte

When painting the logo, no longer forces a background color.

dev
Bryan Miller 6 anos atrás
pai
commit
de620447fa
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app/js/main.js

+ 1
- 1
app/js/main.js Ver arquivo

@@ -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";
});
}
}

Carregando…
Cancelar
Salvar