aqp-combi/public/n/lines.json

30 lines
562 B
JSON
Raw Normal View History

2024-09-04 01:58:27 +00:00
[
{
"id": 1,
"name": "1",
2024-09-04 16:17:13 +00:00
"color": "#ea4fb2",
"hover_bg": "#ea4fb2",
"hover_on_bg": "white"
2024-09-04 01:58:27 +00:00
},
{
"id": 2,
"name": "2",
2024-09-04 16:17:13 +00:00
"color": "black",
"hover_bg": "black",
"hover_on_bg": "white"
2024-09-04 02:24:26 +00:00
},
{
"id": 3,
"name": "3",
2024-09-04 16:17:13 +00:00
"color": "#eab308",
"hover_bg": "#eab308",
"hover_on_bg": "white"
2024-09-04 14:28:33 +00:00
},
{
"id": 4,
"name": "4",
2024-09-04 16:17:13 +00:00
"color": "#ff7300",
"hover_bg": "#ff7300",
"hover_on_bg": "white"
2024-09-04 01:58:27 +00:00
}
]