make 'interview' and 'project' tags red

This commit is contained in:
joshua stein 2013-02-20 10:58:29 -06:00
parent d0459974cd
commit 97831574f1

View file

@ -44,22 +44,27 @@ div.s {
}
a.tag {
border: 1px solid #b8b599;
border: 1px solid #d5d458;
background-color: #fffcd7;
font-size: 7.5pt;
margin-left: 0.25em;
padding: 0px 0.5em 1px 0.5em;
text-decoration: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
color: #555;
vertical-align: text-top;
}
a.tag_pdf, a.tag_video {
background-color: #F5D1FA;
border-color: #A26DC8;
background-color: #f5d1fa;
border-color: #a26dc8;
}
a.tag_project, a.tag_interview {
background-color: #f9ddde;
border-color: #f0b2b8;
}
span.fakea {