Unable to style h6 color via CSS

Try adding this:

.cm-header-6, .markdown-preview-view h6 {
color: #52DFFF;
}
1 Like