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; }