html - Change arrow colors in Bootstraps carousel - Stack Overflow

PHOTO EMBED

Tue Oct 03 2023 15:39:45 GMT+0000 (Coordinated Universal Time)

Saved by @destinyChuck #html

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
}
content_copyCOPY

https://stackoverflow.com/questions/46249541/change-arrow-colors-in-bootstraps-carousel