I want to use background-color of the body and to apply it to the font background but with opacity 0.1
So the html is something like this
<font class="addFav">Add to Fav {num of all favs}</font>
I get the body BGcolor let say #f7f7f7 and in the tag of the page is
.addFav{background-color:#f7f7f7;}
And in .css file i set the color to #333;
font.addFav{color:#333;}
I thought of useing two divs, but the problem is that the text inside the font is dinamic