Compare commits
2 Commits
2d73963aa0
...
Refactor3
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e7d6eeaa5 | |||
| f6308110be |
@@ -2,5 +2,5 @@
|
||||
|
||||
rm -rf dist
|
||||
mkdir dist
|
||||
cp -r README.md LICENSE index.html script.js pkg includes dist
|
||||
cp -r README.md LICENSE index.html script.js pkg includes old dist
|
||||
butler push dist ruin/pixsy:html
|
||||
|
||||
@@ -69,9 +69,9 @@ html(lang="en-gb")
|
||||
|
||||
#new-palette(style="display: none;")
|
||||
.half
|
||||
input#colour-background(type="color" value="#000")
|
||||
input#colour-background(type="color" value="#000000")
|
||||
.half
|
||||
input#colour-foreground(type="color" value="#fff")
|
||||
input#colour-foreground(type="color" value="#ffffff")
|
||||
|
||||
label
|
||||
input#dither(type="checkbox" checked=true)
|
||||
|
||||
@@ -261,8 +261,8 @@ async function run() {
|
||||
inputRoomName.value = "";
|
||||
selectPalette.innerHTML = "";
|
||||
divNewPalette.style.display = "none";
|
||||
inputColourBackground.value = "#000";
|
||||
inputColourForeground.value = "#fff";
|
||||
inputColourBackground.value = "#000000";
|
||||
inputColourForeground.value = "#ffffff";
|
||||
checkboxDither.checked = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user