Yes, something like this would make all paragraphs be indented 4em.
.cooked p {
text-indent: 4em;
}
That would affect all paragraphs in cooked text. It looks like there’s a data-user-id that you could use to target just posts written by you. (Of course this assumes you’re an admin)