I like the default theme of obsidian, however the heading sizes are way too big (both in edit mode and preview mode). I mostly used headings for outlines and links, so I don’t actually need them to look huge.
Is there any way to just make them all the same size as level-4 heading?
Everything you put in the obsidian.css will modify the default theme. So I don’t have access to the orignal css. I can view it to work out what’s going on using the techniques described in the Getting comfortable with Obsidian CSS post.
So if you put the code I posted above in a blank obsidian.css you will get what you see in my screenshots (bar a few extra css mods have that you can find on here).
Is there a way (or CSS code) to reduce all Headers size by a lot? I must start with h5 as the start right now because the h1 is so huge. I don’t know why the default setting must be like that
Thanks for a great answer, @NotBoolean! Just want to highlight that it seems that this CSS code no longer works for changing the editor appearance, only the pre-view appearance. According to Theme header css overwritten by the app?, to change the editor appearance, .cm-header- must be replaced by .cm-s-obsidian .HyperMD-header-. I’m totally new to CSS and might be wrong, please correct me if that is so. This change worked for me anyway. Thanks!