Domanda

Again, moved from github, so sorry for cross-posting.

I have adapted the minimal player and can't get the font color for the title of the tracks to change. All other font attributes change, but the font colour always remains black:

.sc-player {
font-family: Century Gothic, sans-serif;
color: grey;
font-size: 12px;
line-height: 1.6em;
font-weight: none;
text-transform: lowercase;
}

How do I change the color attribute?

Thanks

È stato utile?

Soluzione

.sc-player ol li a { color:grey; } should work fine for you or just .sc-player a { color:grey; }

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top