Bright Tags
If you want to brighten up the tags on the tag bar this css will assist. It also rounds the corners of the tags.
userchrome.css
div.tag-list span {
border-radius: 5px;
color:white !important;
background: blue !important;
}