diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-17 16:26:00 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-17 16:26:00 +0200 |
| commit | 4aec694dc748629eb99203b3d8cc1753c1010023 (patch) | |
| tree | 78f513090006314708d2524293097202690b0276 /static/img | |
| parent | abea6329e383f68634d5c5dfd5ce88e457e8cc9d (diff) | |
Move SVG to files
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> |