diff options
Diffstat (limited to 'static/img')
| -rw-r--r-- | static/img/darkgrid.svg | 4 | ||||
| -rw-r--r-- | static/img/lightgrid.svg | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/static/img/darkgrid.svg b/static/img/darkgrid.svg new file mode 100644 index 0000000..58c586f --- /dev/null +++ b/static/img/darkgrid.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4"> + <rect x="0" y="0" width="1" height="1" fill="black"/> + <rect x="2" y="2" width="1" height="1" fill="black"/> +</svg> diff --git a/static/img/lightgrid.svg b/static/img/lightgrid.svg new file mode 100644 index 0000000..e16971b --- /dev/null +++ b/static/img/lightgrid.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6"> + <rect x="0" y="0" width="1" height="1" fill="black"/> + <rect x="3" y="3" width="1" height="1" fill="black"/> +</svg> |