sweatran / typora-onedark-theme

A dark theme for Typora inspired by VScode's One Dark Pro theme.
GNU General Public License v3.0
180 stars 43 forks source link

Is it possible to remove the thing at the beginning of heading? #1

Closed srevinsaju closed 4 years ago

srevinsaju commented 4 years ago

Thanks for this wonderful OneDark theme. I love using it But I am curious to know if I could remove this thing image

And make it look like the GitHub markdown file.

sweatran commented 4 years ago

Remove the follow lines in onedark.css:

#write h1:before {
    content: '\00A7  ';
}

#write h2:before {
    content: '\00A7  ';
}

P.S. You help me find a missing ";", thanks~

srevinsaju commented 4 years ago

Great; thanks a lot;

Glad I could help :joy: