typora-cobalt-theme
typora-cobalt-theme copied to clipboard
Width of Headers deviates from text width
Add this to the end of the cobalt.css file to fix. Of course you can fix it in the appropriate definition earlier in the file but I'm putting my various fixes and tweaks in one section at the bottom.
#write h1,
#write h2,
#write h3,
#write h4,
#write h5,
#write h6,
#write pre {
width: inherit;
}