Everblush/Obsidian

No styling for `hr` makes them invisible

Closed this issue · 5 comments

hr tags aren't visible with the recent theme updates.

Adding something like this to the theme css has been my workaround, but would be great to have a fix upstream.

.markdown-preview-view hr {
    border: none;
    border-top: 1px solid var(--text-faint);
}

.markdown-source-view hr {
    border: none;
    border-top: 1px solid var(--text-faint);
}

If you want you can make a pr. Or else I'll do so.

@Mangeshrex Hi. Was the intention to merge the PR as well, or was this issue closed for a separate reason?

the pr fixed this issue right ?

the pr fixed this issue right ?

The PR needs to be merged before the fix is available to others. I don't have permission to do that, you need to merge it.

i will merge the pr, if there's any further issue, feel free to reopen this issue.

Thanks 🙏