- Notifications
You must be signed in to change notification settings - Fork5
CSS snippet for Obsidian – just a few tweaks to kepano's Minimal theme
License
NotificationsYou must be signed in to change notification settings
lucasrla/obsidian-css-tweaks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
My opinionated tweaks toObsidian's themeMinimal (@kepano/obsidian-minimal).
I'm using theseCSS snippets in Obsidian1.0.3
with Minimal theme6.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 noobsidian-minimal-tweaks
in step #3, you might need to click on the "refresh" button toReload snippets
.
If you're looking for more CSS snippets, check out thisObsidian forum thread and also@kmaasrud/awesome-obsidian. Thanks, Obsidian community!
About
CSS snippet for Obsidian – just a few tweaks to kepano's Minimal theme