mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
31 lines
260 B
CSS
31 lines
260 B
CSS
.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;
|
|
}
|