Open mathiaslawson opened 1 year ago
Hey @mathiaslawson you can Set line border type by adding
.vertical-timeline::before { width: 2px; / Adjust the width of the timeline / border-left: 3px dotted rgba(0, 0, 0, 0.5); / Change to dotted line / border-color: aqua; background: var(--line-color); }
into your global css ( in this case ive set it to dotted line ) it'll override the defaults
Hey @mathiaslawson you can Set line border type by adding
.vertical-timeline::before { width: 2px; / Adjust the width of the timeline / border-left: 3px dotted rgba(0, 0, 0, 0.5); / Change to dotted line / border-color: aqua; background: var(--line-color); }
into your global css ( in this case ive set it to dotted line ) it'll override the defaults