Compare commits

..

No commits in common. "2d73963aa09ab9327f2139da3b2a3f49fe0155a2" and "055928eb7b9daeacaf08f0276e6ee254a4624224" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
#! /usr/bin/env bash
./build.sh
rm -rf dist
mkdir dist
cp -r README.md LICENSE index.html script.js pkg includes dist
butler push dist ruin/pixsy:html
cp -r README.md LICENSE index.html script.js background.png pkg includes dist
# butler push dist ruin/pixsy:html

View File

@ -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="#2f4ac9")
.half
input#colour-foreground(type="color" value="#fff")
input#colour-foreground(type="color" value="#8798fe")
label
input#dither(type="checkbox" checked=true)