Created
May 26, 2021 20:53
-
-
Save selfire1/b81c5330d99e34e1a6ab24f4938f11cb to your computer and use it in GitHub Desktop.
bibleverse-formatting.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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