diff options
author | Roland Stigge <stigge@antcom.de> | 2018-01-24 21:20:52 +0100 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2018-01-24 21:20:52 +0100 |
commit | 5e1d799e8f6a72ac00b6fe81b41578a69d319618 (patch) | |
tree | 262695c618ca9e526bba7cfd27462d4cb63c1889 /html | |
parent | 0ac4c4840c65a80dece40b9ea1709f19b257c144 (diff) |
Adjusted reichwein.it logo color
Diffstat (limited to 'html')
-rw-r--r-- | html/webbox.js | 2 |
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); |