Advertisement
averagetrailertrash

IndentLinesInObsidian

Apr 1st, 2023
1,644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | Source Code | 0 0
  1. /* It's easy in reading mode. */
  2. p {
  3.     text-indent: 50px !important;
  4. }
  5. /* Source mode is harder. */
  6. .cm-line:not(.HyperMD-list-line, .HyperMD-header, .HyperMD-codeblock, .cm-line:has(.cm-hmd-frontmatter), .cm-line:has(.cm-meta), .cm-line:has(.cm-comment)) {
  7.     text-indent: 50px !important;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement