diff options
Diffstat (limited to 'static/img/lightgrid.svg')
| -rw-r--r-- | static/img/lightgrid.svg | 4 |
1 files changed, 2 insertions, 2 deletions
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> |