Bigger hands on analog clock.
This commit is contained in:
parent
0a55bba1c9
commit
3005465d1d
10
style.css
10
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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user