diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-11 12:23:43 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-02 16:28:56 +0100 |
| commit | 064c9e96d970dbce37d0234a7430bc8e2a5f5efa (patch) | |
| tree | f5d09cf2a9aaffa0c9c06534ca35fb613ce67397 /static/img/darkgrid.svg | |
| parent | a5e44a663e0f3d7701f7784c88d6982d090892b0 (diff) | |
Update site content.
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> |