From 5e1d799e8f6a72ac00b6fe81b41578a69d319618 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Wed, 24 Jan 2018 21:20:52 +0100 Subject: Adjusted reichwein.it logo color --- html/webbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html') diff --git a/html/webbox.js b/html/webbox.js index 47b7d78..a564859 100644 --- a/html/webbox.js +++ b/html/webbox.js @@ -853,7 +853,7 @@ function drawLogo(canvasid, rotation) { var c = canvas.getContext("2d"); c.clearRect(0, 0, width, height); - c.fillStyle = "#AAAADD"; + c.fillStyle = "#1132A7"; drawDot(c, width / 2, height / 2, radius, distance, rotation); drawDot(c, width / 2, height / 2, radius, distance, rotation + 2 * Math.PI / 3); drawDot(c, width / 2, height / 2, radius, distance, rotation + 2 * Math.PI / 3 * 2); -- cgit v1.2.3