elitistsnob / typora-cobalt-theme

A dark theme for Typora with enhanced UI
378 stars 105 forks source link

Width of Headers deviates from text width #16

Open Democide opened 3 years ago

Democide commented 3 years ago

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;
}