updated css with b fabiolo font

This commit is contained in:
2020-10-03 23:01:23 +02:00
parent 2770c31e6d
commit feddff3fd6
4 changed files with 25 additions and 13 deletions

View File

@ -433,8 +433,8 @@ var flagDigital = true;
sunColor = "#C0C0C0"
}
sunDistance = document.body.clientWidth / 2 - 30;
renderCircle(ctxContent, polToCart(sunDistance, hourToAngle(hour + minute / 60)), 10, sunColor);
sunDistance = document.body.clientWidth / 2 - 40;
renderCircle(ctxContent, polToCart(sunDistance, hourToAngle(hour + minute / 60)), 12, sunColor);
}
function renderEarth(date, minute, second) {