diff --git a/style.css b/style.css index d4539f7..d8ff92a 100644 --- a/style.css +++ b/style.css @@ -446,7 +446,7 @@ body.fullscreen-clock .clock-label { /* Use a futuristic font for the clock markers */ font-family: 'Orbitron', 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif; /* 1% of the clock radius */ - font-size: calc(var(--clock-size) * 0.005); + font-size: calc(var(--clock-size) * 0.05); font-weight: 600; color: #00ffff; background: none;