Skip to content

Commit

Permalink
Change la coleur du bleu, pour Jonathan
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon committed May 8, 2024
1 parent b21e264 commit c0b758e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions vistimeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
</head>
<body>
Expand Down

0 comments on commit c0b758e

Please sign in to comment.