From 51aaa5211240b8cb27c0c86a64ec00b318878e6d Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Fri, 20 Jun 2025 00:14:49 +0200 Subject: [PATCH] Bigger marker. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;