stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 158 forks source link

Change style.css #33

Closed kaansancak closed 5 years ago

kaansancak commented 5 years ago

Is there anyway to modify the line color of the timeline ?

stephane-monnot commented 5 years ago
.vertical-timeline::before {
    background: black;
}

.vertical-timeline-element-icon {
    box-shadow: 0 0 0 4px black, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
kaansancak commented 5 years ago

Thank you! and where should I modify to change color of the time vertical element background color?