/* CSS for comments */

/* Comments form */
.commentInput.commentText {height:150px;}

/* Comments */
.comments {padding:0;}
.comment {margin:0; padding:10px 0 10px 0; border-bottom:2px double #ccc;}
.comment-text {margin:0;}

/* Light Mode */
/*
.commentsForm {color:#444;}
.commentInput {background-color:#fff; color:#000; border:1px solid lightgrey;}
.comment-date {color:#444;}
*/

/* Dark Mode */
/*@media (prefers-color-scheme: dark) {*/
  /* Comments form */
  .commentsForm {color:#ccc;}
  .commentInput {background-color:#3f3f3f; color:#fff; border:1px solid darkgrey;}
  
  /* Comments */
  .comment {margin:0; padding:10px 0 10px 0; border-bottom:2px dashed #444;}
  .comment-date {color:#ccc;}
/*}*/