summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2018-01-24 21:20:52 +0100
committerRoland Stigge <stigge@antcom.de>2018-01-24 21:20:52 +0100
commit5e1d799e8f6a72ac00b6fe81b41578a69d319618 (patch)
tree262695c618ca9e526bba7cfd27462d4cb63c1889
parent0ac4c4840c65a80dece40b9ea1709f19b257c144 (diff)
Adjusted reichwein.it logo color
-rw-r--r--html/webbox.js2
1 files changed, 1 insertions, 1 deletions
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);