再次,从github转移,很抱歉交叉发布。
我已经调整了最小的播放器,无法获得要更改的曲目标题的字体颜色。所有其他字体属性都会更改,但字体颜色始终保持黑色:
.sc-player {
font-family: Century Gothic, sans-serif;
color: grey;
font-size: 12px;
line-height: 1.6em;
font-weight: none;
text-transform: lowercase;
}
如何更改颜色属性?
由于
答案 0 :(得分:0)
.sc-player ol li a { color:grey; }
应该可以正常使用
或只是.sc-player a { color:grey; }