Inject next space launch to events calendar
This commit is contained in:
parent
acb33bf5f2
commit
cd5aef5c23
2 changed files with 59 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue