Add right-time colour

This commit is contained in:
Fred Boniface 2023-05-08 21:17:33 +01:00
parent 7e89447816
commit 4ff7f6adf2
2 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,7 @@ async function parseTime(string){
break break
case 'On time': case 'On time':
var output = 'RT' var output = 'RT'
var change = '' var change = 'righttime'
break break
case '': case '':
var output = '-' var output = '-'

View File

@ -315,6 +315,9 @@ caption{
.cancelled { .cancelled {
animation: pulse-cancel 1.5s linear infinite; animation: pulse-cancel 1.5s linear infinite;
} }
.righttime {
color: limegreen;
}
/* Footer: */ /* Footer: */
#footer { #footer {