I have no idea why, but my changes are not getting picked up at all (did a hard refresh, etc)
my template is this:
Code:
<style type="text/css">
a.tagcloudlink:link, a.tagcloudlink:visited { text-decoration:none; }
a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; background-color: #4D528C; color: white; }
a.level1 { font-size: 11px; color: #B7BCE2;}
a.level2 { font-size: medium; color: #7b81cd; }
a.level3 { font-size: large; }
a.level4 { font-size: x-large; color: #ffc1de; }
a.level5 { font-size: xx-large; color: #FF4400; }
</style>
Everything works except the color css portion in the level 1 through level 5 lines. Even my own modification on the 2nd line of adding a hover background color and font color change works fine, but for some reason none of the 5 levels variables work.