diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |