Merge branch 'fix-blockquotes-style'

This fixes the extra padding in the blockquotes
This commit is contained in:
João Ribeiro 2025-06-13 10:04:18 +01:00
commit b652438edd

View file

@ -15,7 +15,6 @@
border-left-width: var(--size-1);
border-radius: var(--size-1);
background-color: var(--background-primary);
padding: 1em;
span.cm-quote {
color: var(--main-text);