Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

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

Open
jammons opened this issue Jul 20, 2022 · 0 comments
Open

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

jammons opened this issue Jul 20, 2022 · 0 comments

Comments

@jammons
Copy link

jammons commented Jul 20, 2022

I fixed the <hr> 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 <hr> tags.

Thanks for the great theme!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant