diff --git a/theme.css b/theme.css index b700f30..ecfaea5 100644 --- a/theme.css +++ b/theme.css @@ -1,5 +1,5 @@ /* - Prism Theme for Obsidian.md (Version: 3.4.0) + Prism Theme for Obsidian.md (Version: 3.4.1) > A Comprehensive, Highly-Customisable and Elegant Light/Dark Theme for Obsidian.md Source: https://github.com/damiankorcz/Obsidian-Prism @@ -1575,7 +1575,7 @@ body.is-mobile .view-header-title-container { font-size: 14px; font-weight: 600; color: var(--interactive-accent-text); - content: "Prism 3.4.0"; + content: "Prism 3.4.1"; border: 1px solid var(--window-border-color); border-radius: var(--radius-s); } @@ -2971,10 +2971,6 @@ a.tag:hover { padding: 0 var(--size-4-2); } -:is(.markdown-source-view.mod-cm6.is-live-preview .cm-content .HyperMD-quote, .markdown-rendered blockquote) { - padding: var(--size-4-2) var(--size-4-4); -} - :is(.theme-light.pt-highlight-text-color-lt, .theme-dark.pt-highlight-text-color-dt) span.cm-link { color: var(--link-external-color); } @@ -3043,6 +3039,13 @@ ul > li.task-list-item .task-list-item-checkbox { .markdown-rendered :is(h1, h2, h3, h4, h5, h6) { margin: 0; } +.markdown-rendered blockquote { + padding: 0 15px; +} + +.markdown-source-view.mod-cm6.is-live-preview .HyperMD-quote { + padding-right: 15px; +} .embed-title { top: 0;