diff options
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/display.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/display.html.ep b/cgi/templates/display.html.ep index 234068b..02f974c 100644 --- a/cgi/templates/display.html.ep +++ b/cgi/templates/display.html.ep @@ -13,7 +13,7 @@ body { font-family: VRRR; background-color: #000000; - color: #ffd000; + color: #<%= join(q{}, map { sprintf('%02x', $_) } @{$color} ) %>; font-size: <%= $scale * 100 %>%; } |