Complete single service display on train-detail

This commit is contained in:
Fred Boniface
2023-06-08 10:53:00 +01:00
parent 2c001426ca
commit a937ae7229
3 changed files with 40 additions and 8 deletions

16
styles/train-detail.css Normal file
View File

@@ -0,0 +1,16 @@
#data_headcode {
color: var(--second-text-color);
font-size: 25px;
font-weight:bolder;
}
#data_piscode {
color: var(--second-text-color);
}
#data_table {
color: var(--second-text-color);
width: 200px;
margin: auto;
}