Skip to content

Instantly share code, notes, and snippets.

@cba85
Last active November 29, 2023 13:41
Show Gist options
  • Save cba85/8c26ab645906d71b6600f638e8a75a77 to your computer and use it in GitHub Desktop.
Save cba85/8c26ab645906d71b6600f638e8a75a77 to your computer and use it in GitHub Desktop.
Obsidian css snippet
h1 {
margin-bottom: 1em !important;
font-size: 2em !important;
}
h2 {
padding-bottom: 0.5em;
border-bottom: 1px solid #999;
margin: 1em 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment