Compare commits

..

3 Commits

Author SHA1 Message Date
Max Bradbury 2d73963aa0 black and white palette 2020-11-08 20:52:29 +00:00
Max Bradbury 6f8e00130c update deploy script 2020-11-08 20:50:55 +00:00
Max Bradbury b478b1e3ee update deploy script 2020-11-08 20:50:42 +00:00
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
#! /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 background.png pkg includes dist cp -r README.md LICENSE index.html script.js pkg includes dist
# butler push dist ruin/pixsy:html butler push dist ruin/pixsy:html

View File

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