Skip to content

Commit 4dd4932

Browse files
committed
Update colors and text alignments.
1 parent 4910413 commit 4dd4932

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

combo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ div.vis-item {
99
color: white;
1010
}
1111

12+
1213
div.vis-item.py2 {
1314
background-color: #3dbf18;
1415
border-color: #3dbf18;
1516
}
1617

18+
div.vis-item.vis-selected {
19+
background-color: #e8aa2c;
20+
border-color: #bf8a1e;
21+
}
22+
1723
/* create a custom sized dot at the bottom of the red item */
1824
.vis-item.red {
1925
background-color: red;
@@ -26,3 +32,7 @@ div.vis-item.py2 {
2632
.center ul {
2733
list-style: none;
2834
}
35+
36+
.vis-timeline {
37+
text-align: left;
38+
}

0 commit comments

Comments
 (0)