From 2778aeb7f5505e67b3a8e30f4ad1f3f665d33ce3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 29 Oct 2011 21:29:44 +0200 Subject: change default color (red -> orange-ish) --- cgi/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi/index.pl') diff --git a/cgi/index.pl b/cgi/index.pl index 153869f..33733fb 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -77,7 +77,7 @@ sub render_image { my $dt_now = DateTime->now(time_zone => 'Europe/Berlin'); - my $color = $self->param('color') || '255,0,0'; + my $color = $self->param('color') || '255,150,0'; my $width = $self->param('width') || 180; my $height = $self->param('height') || 50; -- cgit v1.2.3