Created
January 1, 2025 22:15
-
-
Save darvid/74b2cb54fa4f5bf51e80201cbe8bbef9 to your computer and use it in GitHub Desktop.
⚫ obsidian custom CSS
This file contains hidden or 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
/* vim: set ft=css:sw=2:ts=2:sts=2:et: */ | |
@charset "UTF-8"; | |
.mermaid svg .quadrant rect { | |
fill: #313244 !important; | |
} | |
.mermaid svg .quadrant text { | |
font-size: 0.8rem !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment