css 如何在Piterest主题中改变蓝色圆圈的颜色?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 如何在Piterest主题中改变蓝色圆圈的颜色?相关的知识,希望对你有一定的参考价值。

/* Yellow  */
.is-gallery .clg-head-view:before {
    background-color:rgba(255, 196, 0, 0.7) !important;  
}

/* Or Pink  */
.is-gallery .clg-head-view:before {
    background-color:rgba(255,105,180, 0.7) !important;  
}


/* Or Pink (just Hover circle) */
.is-gallery:not(.is-voted) .clg-head-view:before {
    background-color:rgba(255,105,180, 0.7) !important;  
}

以上是关于css 如何在Piterest主题中改变蓝色圆圈的颜色?的主要内容,如果未能解决你的问题,请参考以下文章

怎样改变checkbox的默认蓝色

如何摆脱不需要的 SwiftUI 动画?

浏览器中的当前位置标记(蓝色圆圈)[重复]

自动更改背景颜色循环(jQuery/css?)

最新版 Chrome 中的 CSS3 动画变化?

css如何用一类来改变背景颜色?