eufon/blinkenlicht/licht.css

18 lines
209 B
CSS
Raw Normal View History

.indicator {
2022-04-05 20:23:17 +00:00
color: #eef;
font-size: 15px;
}
2022-04-05 20:23:17 +00:00
.indicator * {
2022-04-05 21:14:17 +00:00
margin: 5px 0px 5px 12px;
}
2022-04-05 20:23:17 +00:00
.battery.low {
background-color: #e00;
}
2022-04-05 20:23:17 +00:00
.bar {
2022-04-05 21:14:17 +00:00
background-color: #200;
padding-right: 1em;
}