// CSS rule and invert the color, from black to white, using invert() .5 is gray
// we can use sepia() to turn our gray into a brown
// Using saturate() and hue-rotate(), we can fiddle with these values until we arrive at the desired color.
filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg);
3条答案
按热度按时间wlwcrazw1#
控制转盘活动点的Bootstrap样式为
.carousel-indicators .active
,因此:xvw2m8pv2#
可以通过移除SVG图标并将其更改为字体极好的图标来更改控件链接的内容。然后可以通过向图标添加类来设置其样式。
z4iuyo4d3#
试试这个: