Hello! I noticed that dark mode changes the background color of the comment compose window on posts. Because of this, the black text is not easily visible. Currently on version 1.0.3
I fixed this with the following additional CSS:
.comment-form textarea {
background-color: #FFFFFF !important;
}
This way, the background stays white instead of turning a darker color.