Compare commits
3 Commits
055928eb7b
...
2d73963aa0
Author | SHA1 | Date |
---|---|---|
Max Bradbury | 2d73963aa0 | |
Max Bradbury | 6f8e00130c | |
Max Bradbury | b478b1e3ee |
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue