Inject next space launch to events calendar

This commit is contained in:
Henri Bergius 2017-12-08 18:43:24 +01:00
parent acb33bf5f2
commit cd5aef5c23
2 changed files with 59 additions and 17 deletions

View file

@ -38,9 +38,15 @@
overflow: hidden;
text-overflow: ellipsis;
}
#events td.destination.launch {
color: hsl(210, 98%, 36%);
}
#events tr.today td.destination {
color: hsl(35, 98%, 46%);
}
#events tr.today td.destination.launch {
color: hsl(210, 98%, 46%);
}
#events td.code {
font-family: 'ceva', sans-serif;
}