Skip to content

Instantly share code, notes, and snippets.

@darvid
Created January 1, 2025 22:15
Show Gist options
  • Save darvid/74b2cb54fa4f5bf51e80201cbe8bbef9 to your computer and use it in GitHub Desktop.
Save darvid/74b2cb54fa4f5bf51e80201cbe8bbef9 to your computer and use it in GitHub Desktop.
⚫ obsidian custom CSS
/* 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