Fix yellow tag visited color

This commit is contained in:
Victoria Wang 2014-10-27 17:58:52 -07:00
parent 0fed9320f8
commit 0cb39bcf55

View file

@ -498,11 +498,11 @@
margin-top: .2em;
margin-bottom: -.2em;
}
a.tag {
a.tag, a.tag:visited {
font-size: .7em;
text-transform: uppercase;
background: #FFFFCC;
color: #C1A009;
color: #C1A009!important;
float: left;
padding: 1px 5px;
-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);