Description
I want to disable the horizontal margine of blockquote permanently. How could I do that?
For example:
Things I have tried
I tried to alter the code in the developer console, and added the code margin: auto into the selector .markdown-preview-view blockquote.
But every time I restart obsidian, it will go back to the initial style.
What I’m trying to do
I want to directly alter the code of obsidian, but I can’t find the file with the tool everything when I was searching App.css.