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