summaryrefslogtreecommitdiff
path: root/static/img
diff options
context:
space:
mode:
Diffstat (limited to 'static/img')
-rw-r--r--static/img/darkgrid.svg4
-rw-r--r--static/img/lightgrid.svg4
2 files changed, 4 insertions, 4 deletions
diff --git a/static/img/darkgrid.svg b/static/img/darkgrid.svg
index 58c586f..d49ef97 100644
--- a/static/img/darkgrid.svg
+++ b/static/img/darkgrid.svg
@@ -1,4 +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"/>
+ <rect x="0" y="0" width="1" height="1" fill="#aaa"/>
+ <rect x="2" y="2" width="1" height="1" fill="#aaa"/>
</svg>
diff --git a/static/img/lightgrid.svg b/static/img/lightgrid.svg
index e16971b..7f7318c 100644
--- a/static/img/lightgrid.svg
+++ b/static/img/lightgrid.svg
@@ -1,4 +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"/>
+ <rect x="0" y="0" width="1" height="1" fill="#aaa"/>
+ <rect x="3" y="3" width="1" height="1" fill="#aaa"/>
</svg>