Fix #2974, markdown headers now different from headers in post

This commit is contained in:
Sean Tilley 2012-03-06 17:10:04 -06:00
parent aa35519bf0
commit 053ca1d20b

View file

@ -591,6 +591,12 @@ body.idle {
} }
} }
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
color: white;
text-shadow: 1px 1px black;
text-rendering: optimizelegibility;
}
.post-comment { .post-comment {
-moz-box-shadow: 0 1px 2px -2px #999; -moz-box-shadow: 0 1px 2px -2px #999;
-webkit-box-shadow: 0 1px 2px -2px #999; -webkit-box-shadow: 0 1px 2px -2px #999;