Created
April 28, 2022 11:30
-
-
Save universvm/9f805f952063cda7618f6f9a77e8c2dc to your computer and use it in GitHub Desktop.
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
.markdown-source-view.mod-cm6 .cm-scroller, .markdown-source-view, .cm-s-obsidian, .cm-s-obsidian span.cm-formatting-task{ | |
margin-top: 40px !important; | |
} | |
.workspace-leaf.mod-active .view-header { | |
background: linear-gradient( | |
120deg | |
, var(--color-view-header-gradient-2) 0.5%, var(--color-view-header-gradient-2) 0.5%); | |
} | |
img{ background: white;} | |
mjx-math { | |
font-size: 150% !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment