Steps to reproduce
The color for h6 doesn’t use the style provided in obsidian.css
I tried using only these header colors the css file, the result is the same.
h1 { color: #AD2462; }
h2 { color: #9B4981; }
h3 { color: #896FA1; }
h4 { color: #7694C0; }
h5 { color: #64BAE0; }
h6 { color: #52DFFF; }
Expected result
h6 color is adjusted
Actual result
h6 is not colored using CSS, but it is not black either.
Environment
- Operating system: MacOS Catalina 10.15.5
- Obsidian version: 0.7.6