diff --git a/Vault/.obsidian/snippets/CyanVoxel's General Tweaks.css b/Vault/.obsidian/snippets/CyanVoxel's General Tweaks.css index 9b7165a..75e2efa 100644 --- a/Vault/.obsidian/snippets/CyanVoxel's General Tweaks.css +++ b/Vault/.obsidian/snippets/CyanVoxel's General Tweaks.css @@ -52,6 +52,11 @@ img { .no-embed-border { --embed-border-left: 0px solid black !important; + --embed-border-start: 0px solid black !important; +} + +.no-embed-title .embed-title.markdown-embed-title { + display: none; } /* .markdown-preview-view */ @@ -79,4 +84,4 @@ img { code { font-family: "JetBrainsMono Nerd Font Mono", monospace; -} \ No newline at end of file +}