eufon/blinkenlicht/licht.css
Daniel Barlow 4c63c0338d smarter poll timeout interval
use highest common factor of requested intervals. this will still
suck if we have e.g. intervals of 333 and 1000, we could probably
refine it a bit. no interval over 3s cares about millisecond precision
2022-04-26 21:25:42 +01:00

14 lines
162 B
CSS

.indicator {
background-color: #ff00ff;
}
.indicator.yellow {
background-color: #ff0;
}
box.hey {
font-size: 18px;
}
label {
margin: 0px 12px;
}