summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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);