more work theming the tile view

This commit is contained in:
zotlabs
2017-11-20 16:05:24 -08:00
parent 7f9ab491f2
commit 1810edae93
3 changed files with 14 additions and 7 deletions

View File

@@ -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;