Fix fauux.css not visibly highlighting posts

This commit is contained in:
Simon McFarlane 2015-06-07 20:22:57 -07:00
parent ac694e8ad7
commit a8e0edec83

View File

@ -79,7 +79,7 @@ a.post_no:hover {
}
div.post.reply {
background: #000000;
border: #d2738a 1px solid !important;
border: #d2738a 1px solid;
/*border-radius: 5px;*/
}
.de-pview {
@ -87,7 +87,7 @@ div.post.reply {
}
div.post.reply.highlighted {
background: transparent;
border: #d2738a 1px solid;
border: #EDC7D0 1px solid;
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
color: #646464;