Clock colors

This commit is contained in:
Neale Pickett 2014-02-15 20:25:07 -07:00
parent adfb1e7368
commit 03354ea7cb
1 changed files with 13 additions and 0 deletions

View File

@ -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;
} }