gayanvirajith / harmony

A responsive Jekyll theme.
http://gayan.me/harmony
Other
224 stars 204 forks source link

Italics not showing up properly #1

Closed dariusbakunas closed 9 years ago

dariusbakunas commented 9 years ago

Thanks for the great theme. I tried to use *italics* markdown in one of my draft posts and it shows up same as regular text (not sure if it is by design or if it is an issue).

I was able to fix it by editing layout file and adding these:

<style type="text/css">
            em { font-style: italic !important; }
</style>
gayanvirajith commented 9 years ago

Hi Darius,

I am glad you like the harmony theme. Really thanks for reporting this issue. Fix is available on both branches. (master and gh-pages).

Thank you