diff --git a/public/stylesheets/sass/new-templates.scss b/public/stylesheets/sass/new-templates.scss
index beebe50a839833ddc0e8eb20b91463c165d353ef..ba1995fd5b784d134e53abdcd1f512725de65326 100644
--- a/public/stylesheets/sass/new-templates.scss
+++ b/public/stylesheets/sass/new-templates.scss
@@ -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;