Merge pull request #2981 from DeadSuperHero/beautyqueen

Fix #2974, markdown headers now different from headers in post [ci skip]
This commit is contained in:
Maxwell Salzberg 2012-03-06 22:35:04 -08:00
commit d211272cab

View file

@ -592,6 +592,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 {
-moz-box-shadow: 0 1px 2px -2px #999;
-webkit-box-shadow: 0 1px 2px -2px #999;