diff --git a/vistimeline.html b/vistimeline.html
index b97d68d..af81489 100644
--- a/vistimeline.html
+++ b/vistimeline.html
@@ -13,21 +13,22 @@
#visualization {
border: 1px solid lightgray;
}
- .vis-item.red {
- background-color: #ee8a8a;
+ .vis-item.blue {
+ background-color: #066df7;
+ color: white;
}
.vis-item.green {
background-color: lightgreen;
}
- .vis-item.yellow {
- background-color: yellow;
- }
- .vis-item.blue {
- background-color: lightblue;
- }
.vis-item.purple {
background-color: #b78aee;
}
+ .vis-item.red {
+ background-color: #ee8a8a;
+ }
+ .vis-item.yellow {
+ background-color: yellow;
+ }