Skip to content

Instantly share code, notes, and snippets.

@selfire1
Created May 26, 2021 20:53
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save selfire1/b81c5330d99e34e1a6ab24f4938f11cb to your computer and use it in GitHub Desktop.
Save selfire1/b81c5330d99e34e1a6ab24f4938f11cb to your computer and use it in GitHub Desktop.
bibleverse-formatting.css
/* Formatting for Bible verses (h6 headers) in Obsidian */
.markdown-preview-view h6,
.cc-pretty-preview .markdown-preview-view h6
{
position: relative;
left: -4%;
top: 18px;
line-height: 0px;
margin-top: -20px;
margin-right: 3px;
font-family: var(--font-family-preview);
font-weight: 500;
font-size: 10px !important;
font-weight: bold;
font-style: normal;;
color: var(--text-faint) !important;
}
div.markdown-embed .markdown-preview-view h6 {
position: absolute;
left: 10px;
top: 10px;
margin: 0px;
}
.markdown-preview-view .markdown-embed-content p:first-child {
margin: 1px;
top: 10px;
}
div.markdown-embed-link {
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment