Merge pull request #30 from ok2/codex/update-analog-hand-colors-for-clarity
Improve analog hand colors
This commit is contained in:
commit
d953bba4e3
20
style.css
20
style.css
@ -444,36 +444,36 @@
|
||||
.hand.xeno {
|
||||
width: 2px;
|
||||
height: 40%;
|
||||
background: linear-gradient(to top, #00ffff, #0066ff);
|
||||
box-shadow: 0 0 8px #00ffff;
|
||||
background: linear-gradient(to top, #66ccff, #0044ff);
|
||||
box-shadow: 0 0 8px #66ccff;
|
||||
}
|
||||
|
||||
.hand.quantic {
|
||||
width: 3px;
|
||||
height: 34%;
|
||||
background: linear-gradient(to top, #ff00ff, #6600ff);
|
||||
box-shadow: 0 0 8px #ff00ff;
|
||||
background: linear-gradient(to top, #ff66ff, #9900ff);
|
||||
box-shadow: 0 0 8px #ff66ff;
|
||||
}
|
||||
|
||||
.hand.chronon {
|
||||
width: 4px;
|
||||
height: 30%;
|
||||
background: linear-gradient(to top, #ffff00, #ff6600);
|
||||
box-shadow: 0 0 8px #ffff99;
|
||||
background: linear-gradient(to top, #ff4444, #880000);
|
||||
box-shadow: 0 0 8px #ff4444;
|
||||
}
|
||||
|
||||
.hand.eonstrip {
|
||||
width: 5px;
|
||||
height: 20%;
|
||||
background: linear-gradient(to top, #00ff88, #005544);
|
||||
box-shadow: 0 0 8px #00ff88;
|
||||
background: linear-gradient(to top, #33ff99, #006633);
|
||||
box-shadow: 0 0 8px #33ff99;
|
||||
}
|
||||
|
||||
.hand.megasequence {
|
||||
width: 6px;
|
||||
height: 16%;
|
||||
background: linear-gradient(to top, #ffa500, #552200);
|
||||
box-shadow: 0 0 8px #ffa500;
|
||||
background: linear-gradient(to top, #ffbb33, #aa5500);
|
||||
box-shadow: 0 0 8px #ffbb33;
|
||||
}
|
||||
|
||||
body.fullscreen-clock .header,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user