Hey, I’m trying to get a line indent for all paragraphs for one specific file, but no others.
I originally had a css snippet set up like this
p {
text-indent: 40px;
}
Which worked, but it affected the entire repository, and I only want it to effect this one file. When it affects the entire repository, things like this happen:
Is there a way to set up some css inside the obsidian markdown file so that it affects the entire file, but not the rest of the repository?
Thank you