Compare commits
No commits in common. "2d73963aa09ab9327f2139da3b2a3f49fe0155a2" and "055928eb7b9daeacaf08f0276e6ee254a4624224" have entirely different histories.
2d73963aa0
...
055928eb7b
|
@ -1,6 +1,7 @@
|
||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
|
./build.sh
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cp -r README.md LICENSE index.html script.js pkg includes dist
|
cp -r README.md LICENSE index.html script.js background.png pkg includes dist
|
||||||
butler push dist ruin/pixsy:html
|
# butler push dist ruin/pixsy:html
|
||||||
|
|
|
@ -69,9 +69,9 @@ html(lang="en-gb")
|
||||||
|
|
||||||
#new-palette(style="display: none;")
|
#new-palette(style="display: none;")
|
||||||
.half
|
.half
|
||||||
input#colour-background(type="color" value="#000")
|
input#colour-background(type="color" value="#2f4ac9")
|
||||||
.half
|
.half
|
||||||
input#colour-foreground(type="color" value="#fff")
|
input#colour-foreground(type="color" value="#8798fe")
|
||||||
|
|
||||||
label
|
label
|
||||||
input#dither(type="checkbox" checked=true)
|
input#dither(type="checkbox" checked=true)
|
||||||
|
|
Loading…
Reference in New Issue