Bigger hands on analog clock.

This commit is contained in:
Oleksandr Kozachuk 2025-06-15 14:18:39 +02:00
parent 0a55bba1c9
commit 3005465d1d

View File

@ -486,35 +486,35 @@ body.fullscreen-clock .clock-label {
.hand.xeno { .hand.xeno {
width: 2px; width: 2px;
height: 42%; height: 44%;
background: linear-gradient(to top, #66ccff, #0044ff); background: linear-gradient(to top, #66ccff, #0044ff);
box-shadow: 0 0 8px #66ccff; box-shadow: 0 0 8px #66ccff;
} }
.hand.quantic { .hand.quantic {
width: 3px; width: 3px;
height: 36%; height: 40%;
background: linear-gradient(to top, #ff66ff, #9900ff); background: linear-gradient(to top, #ff66ff, #9900ff);
box-shadow: 0 0 8px #ff66ff; box-shadow: 0 0 8px #ff66ff;
} }
.hand.chronon { .hand.chronon {
width: 4px; width: 4px;
height: 32%; height: 34%;
background: linear-gradient(to top, #ff4444, #880000); background: linear-gradient(to top, #ff4444, #880000);
box-shadow: 0 0 8px #ff4444; box-shadow: 0 0 8px #ff4444;
} }
.hand.eonstrip { .hand.eonstrip {
width: 5px; width: 5px;
height: 22%; height: 30%;
background: linear-gradient(to top, #33ff99, #006633); background: linear-gradient(to top, #33ff99, #006633);
box-shadow: 0 0 8px #33ff99; box-shadow: 0 0 8px #33ff99;
} }
.hand.megasequence { .hand.megasequence {
width: 6px; width: 6px;
height: 18%; height: 26%;
background: linear-gradient(to top, #ffbb33, #aa5500); background: linear-gradient(to top, #ffbb33, #aa5500);
box-shadow: 0 0 8px #ffbb33; box-shadow: 0 0 8px #ffbb33;
} }