In `CommentViewModel.kt`, the following html color cannot be changed based on dark/day theme. It should be extracted into own resources file. ```kotlin "<strong><u><font color='#FF6F00'>${commentData.author}</font></u></strong>" ```