updated css with b fabiolo font
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user