Integrate information about next passes into sat timers

This commit is contained in:
phl0
2023-10-18 20:01:36 +02:00
parent f026b8518f
commit a9ec7818cb
5 changed files with 77 additions and 17 deletions

View File

@@ -1,32 +1,26 @@
.title {
text-align: center;
font-family: sans-serif;
color: #bbb;
}
.active {
font-family: sans-serif;
color: #3fb618;
margin-bottom: 10px;
}
.timedout {
font-family: sans-serif;
color: #f00;
}
.nonfunctional {
font-family: sans-serif;
color: #555;
}
.timeout {
font-family: sans-serif;
color: #bbb;
}
.expired {
font-family: sans-serif;
color: #555;
}