Fix issue with comments not showing

This commit is contained in:
walster001 2024-11-27 22:05:43 +10:30 committed by GitHub
parent 909bf811d1
commit 1d9a710e3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2648,6 +2648,9 @@ THEME - Exodark
background: #2b2b2b !important; background: #2b2b2b !important;
color: #fff; color: #fff;
} }
.board-color-exodark .card-details .comment-text {
color:#2b2b2b
} /*Fixes issue with comment text colour blending into background*/
.board-color-exodark .card-details .card-details-header { .board-color-exodark .card-details .card-details-header {
background: #2b2b2b; background: #2b2b2b;
color: #fff; color: #fff;