Clock colors
This commit is contained in:
parent
adfb1e7368
commit
03354ea7cb
|
@ -112,6 +112,19 @@ input {
|
||||||
background-color: rgba(0, 255, 0, 0.2);
|
background-color: rgba(0, 255, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clocks .paused {
|
||||||
|
color: #aaf;
|
||||||
|
}
|
||||||
|
.clocks .lowtime {
|
||||||
|
background: #f24;
|
||||||
|
}
|
||||||
|
.clocks .timeout {
|
||||||
|
background: #044;
|
||||||
|
}
|
||||||
|
.clocks .lineup {
|
||||||
|
background: #060;
|
||||||
|
}
|
||||||
|
|
||||||
#period {
|
#period {
|
||||||
top: -0.2em;
|
top: -0.2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue