diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-20 16:05:24 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-20 16:05:24 -0800 |
commit | 1810edae93565d5340e724b4411520ea18e2b7e0 (patch) | |
tree | 4212d3ec60d7dc6241e84fe68891d4bc6f757c93 /Zotlabs/Thumbs | |
parent | 7f9ab491f29a71387bbbb066b9f6cea083d8813c (diff) | |
download | volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.tar.gz volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.tar.bz2 volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.zip |
more work theming the tile view
Diffstat (limited to 'Zotlabs/Thumbs')
-rw-r--r-- | Zotlabs/Thumbs/Text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Thumbs/Text.php b/Zotlabs/Thumbs/Text.php index 86d788992..3ee7819bd 100644 --- a/Zotlabs/Thumbs/Text.php +++ b/Zotlabs/Thumbs/Text.php @@ -23,7 +23,7 @@ class Text { $image = imagecreate($width,$height); imagecolorallocate($image,255,255,255); $colour = imagecolorallocate($image,0,0,0); - $border = imagecolorallocate($image,64,64,64); + $border = imagecolorallocate($image,208,208,208); $x1 = 0; $y1 = 0; |