hi!! I love this theme a lot, but can't figure out for the life of me how to add paragraph spacing. i'm trying to add the following css snippet to obsidian but can't seem to make it work
.CodeMirror pre.CodeMirror-line {
padding-bottom: 15px;
}
.cm-s-obsidian pre.HyperMD-list-line {
padding-bottom: 0px !important;
}
.cm-s-obsidian pre.HyperMD-header{
padding-bottom: 0px !important;
}
would you know how I can add it?
hi!! I love this theme a lot, but can't figure out for the life of me how to add paragraph spacing. i'm trying to add the following css snippet to obsidian but can't seem to make it work
would you know how I can add it?