My opinionated tweaks to Obsidian's theme Minimal (@kepano/obsidian-minimal).
I'm using these CSS snippets in Obsidian 1.0.3
with Minimal theme 6.1.9
.
- Text font: "Helvetica Neue" as primary text font
- Line height: increase it slightly (from 1.5 to 1.6)
- Embeds: wider; no borders, just some padding and vertical space for the title
- Highlights: alternative background color both in light and dark themes
- Blockquotes: subtler left border, alternative text color, increased margins
- External links: remove the SVG image ()
- Internal links: remove underline (to make them distinguishable from external links)
- Horizontal rule (
<hr>
): just three subtle dots, instead of a thick and wide line - Footnotes: more vertical space between items, more left space between footnote content and the backref link (↩︎)
- Copy the
obsidian-minimal-tweaks.css
file toVAULT_DIRECTORY/.obsidian/snippets/
- Open the Obsidian app
- Navigate to
Settings
>Appearance
>CSS snippets
and toggleobsidian-minimal-tweaks
to ON
If there is no obsidian-minimal-tweaks
in step #3, you might need to click on the "refresh" button to Reload snippets
.
If you're looking for more CSS snippets, check out this Obsidian forum thread and also @kmaasrud/awesome-obsidian. Thanks, Obsidian community!