Cloudlog/assets/css/sattimers.css

31 行
278 B
CSS

2023-09-19 20:11:52 +08:00
.title {
text-align: center;
color: #bbb;
}
.active {
color: #3fb618;
margin-bottom: 10px;
}
.timedout {
color: #f00;
}
.nonfunctional {
color: #555;
}
.timeout {
color: #bbb;
}
.expired {
color: #555;
}
.emoji {
font-size: 1.2em;
margin: 0;
}