jamiebrynes7 / clair-de-lune-obsidian-theme

An obsidian.md theme inspired by the Moonlight family of themes
87 stars 19 forks source link

Tables and <hr> are nearly black on black and hard to see #59

Open jammons opened 2 years ago

jammons commented 2 years ago

I fixed the \


issue with this CSS if it's helpful.

.markdown-source-view hr {
  border: none;
  border-top: 1px solid;
  border-color: #828bb8; /* claire de lune table color */
}}

It looks like #57 is trying to solve this same issue for \


tags.

Thanks for the great theme!