Adjust analog clock hand colors

This commit is contained in:
Kiyomichi Kosaka 2025-06-15 01:12:36 +02:00
parent 1398c52e44
commit 7a27ba933e

View File

@ -444,36 +444,36 @@
.hand.xeno { .hand.xeno {
width: 2px; width: 2px;
height: 40%; height: 40%;
background: linear-gradient(to top, #00ffff, #0066ff); background: linear-gradient(to top, #66ccff, #0044ff);
box-shadow: 0 0 8px #00ffff; box-shadow: 0 0 8px #66ccff;
} }
.hand.quantic { .hand.quantic {
width: 3px; width: 3px;
height: 34%; height: 34%;
background: linear-gradient(to top, #ff00ff, #6600ff); background: linear-gradient(to top, #ff66ff, #9900ff);
box-shadow: 0 0 8px #ff00ff; box-shadow: 0 0 8px #ff66ff;
} }
.hand.chronon { .hand.chronon {
width: 4px; width: 4px;
height: 30%; height: 30%;
background: linear-gradient(to top, #ffff00, #ff6600); background: linear-gradient(to top, #ff4444, #880000);
box-shadow: 0 0 8px #ffff99; box-shadow: 0 0 8px #ff4444;
} }
.hand.eonstrip { .hand.eonstrip {
width: 5px; width: 5px;
height: 20%; height: 20%;
background: linear-gradient(to top, #00ff88, #005544); background: linear-gradient(to top, #33ff99, #006633);
box-shadow: 0 0 8px #00ff88; box-shadow: 0 0 8px #33ff99;
} }
.hand.megasequence { .hand.megasequence {
width: 6px; width: 6px;
height: 16%; height: 16%;
background: linear-gradient(to top, #ffa500, #552200); background: linear-gradient(to top, #ffbb33, #aa5500);
box-shadow: 0 0 8px #ffa500; box-shadow: 0 0 8px #ffbb33;
} }
body.fullscreen-clock .header, body.fullscreen-clock .header,