More actions
m fix class names & add !important (need to fix this later without !important) |
m set color to white |
||
Line 13: | Line 13: | ||
.station-status-in-operation .infobox__data { | .station-status-in-operation .infobox__data { | ||
background-color: green !important; | background-color: green !important; | ||
} | |||
.station-status-removed .infobox__data, | |||
.station-status-not-in-operation .infobox__data, | |||
.station-status-closed .infobox__data, | |||
.station-status-in-operation .infobox__data { | |||
color: white !important; | |||
} | } |
Latest revision as of 11:36, 4 September 2024
.station-status-removed .infobox__data {
background-color: #e73d3d !important;
}
.station-status-not-in-operation .infobox__data {
background-color: #fc7208 !important;
}
.station-status-closed .infobox__data {
background-color: #e73d3d !important;
}
.station-status-in-operation .infobox__data {
background-color: green !important;
}
.station-status-removed .infobox__data,
.station-status-not-in-operation .infobox__data,
.station-status-closed .infobox__data,
.station-status-in-operation .infobox__data {
color: white !important;
}