Last active
November 29, 2023 13:41
-
-
Save cba85/8c26ab645906d71b6600f638e8a75a77 to your computer and use it in GitHub Desktop.
Obsidian css snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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