From bc4798865b58e9ef3a54328b41044ecb1ab0865c Mon Sep 17 00:00:00 2001 From: Kiyomichi Kosaka Date: Sun, 15 Jun 2025 00:10:45 +0200 Subject: [PATCH] Adjust analog clock hand proportions --- style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 3c3304d..f3bba7d 100644 --- a/style.css +++ b/style.css @@ -435,36 +435,36 @@ .hand.xeno { - width: 4px; - height: 40%; + width: 2px; + height: 50%; background: linear-gradient(to top, #00ffff, #0066ff); box-shadow: 0 0 8px #00ffff; } .hand.quantic { width: 3px; - height: 35%; + height: 45%; background: linear-gradient(to top, #ff00ff, #6600ff); box-shadow: 0 0 8px #ff00ff; } .hand.chronon { - width: 2px; - height: 30%; + width: 4px; + height: 40%; background: linear-gradient(to top, #ffff00, #ff6600); box-shadow: 0 0 8px #ffff99; } .hand.eonstrip { width: 5px; - height: 45%; + height: 35%; background: linear-gradient(to top, #00ff88, #005544); box-shadow: 0 0 8px #00ff88; } .hand.megasequence { width: 6px; - height: 50%; + height: 30%; background: linear-gradient(to top, #ffa500, #552200); box-shadow: 0 0 8px #ffa500; }