Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface 9fab253bd3 Fix RT Colour 2023-05-08 21:18:09 +01:00
Fred Boniface 4ff7f6adf2 Add right-time colour 2023-05-08 21:17:33 +01:00
2 changed files with 4 additions and 1 deletions

View File

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

View File

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