Fix #2974, markdown headers now different from headers in post
This commit is contained in:
parent
aa35519bf0
commit
053ca1d20b
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue