Advertisement
dhniceday

Untitled

Nov 9th, 2022
4,502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | Software | 0 0
  1. /* preview-mode paragraphs */
  2. p{
  3.   padding-top: 6px;
  4.   padding-bottom: 6px;
  5.   line-height: 1.9;
  6. }
  7.  
  8. /* preview-mode lists */
  9. li{
  10.   padding-top: 6px;
  11.   padding-bottom: 6px;
  12.   line-height: 1.5;
  13. }
  14.  
  15. /* editor all content */
  16. div.cm-content {
  17.   padding-top: 6px;
  18.   padding-bottom: 6px;
  19.   line-height: 1.5;
  20. }
  21.  
  22. /* editor lists */
  23. span.cm-list-1 {
  24.   padding-top: 6px;
  25.   padding-bottom: 6px;
  26.   line-height: 1.5;
  27. }
Tags: Obsidian
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement