From 3005465d1d2b74425c38cc305cfca353ca73fea2 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Sun, 15 Jun 2025 14:18:39 +0200 Subject: [PATCH] Bigger hands on analog clock. --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index f9eade1..3070649 100644 --- a/style.css +++ b/style.css @@ -486,35 +486,35 @@ body.fullscreen-clock .clock-label { .hand.xeno { width: 2px; - height: 42%; + height: 44%; background: linear-gradient(to top, #66ccff, #0044ff); box-shadow: 0 0 8px #66ccff; } .hand.quantic { width: 3px; - height: 36%; + height: 40%; background: linear-gradient(to top, #ff66ff, #9900ff); box-shadow: 0 0 8px #ff66ff; } .hand.chronon { width: 4px; - height: 32%; + height: 34%; background: linear-gradient(to top, #ff4444, #880000); box-shadow: 0 0 8px #ff4444; } .hand.eonstrip { width: 5px; - height: 22%; + height: 30%; background: linear-gradient(to top, #33ff99, #006633); box-shadow: 0 0 8px #33ff99; } .hand.megasequence { width: 6px; - height: 18%; + height: 26%; background: linear-gradient(to top, #ffbb33, #aa5500); box-shadow: 0 0 8px #ffbb33; }