bonjurmrfirst / angular4-carousel

Animated angular2/4 carousel
22 stars 13 forks source link

How can i change color of the bottom circles #39

Open ghost opened 6 years ago

ghost commented 6 years ago

Tried to place this in component level css


.carousel-nav-list__item--current[_ngcontent-c3] {
    background-color: green !important;
    opacity: 1;
}

Is it possible to override the styling ?