feat(admonitions): apply basic styling & configure for paragraphs

This commit is contained in:
Elian Doran 2025-03-13 09:15:11 +02:00
parent 10de4e798b
commit adf5bee98f
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View File

@ -105,7 +105,7 @@ export function buildConfig() {
}
function buildStyleDefinitions() {
const element = "blockquote";
const element = "p";
return [
{
name: "Note",

View File

@ -1708,7 +1708,10 @@ footer.file-footer button {
margin: 5px;
}
.ck-content .admonition {
body.desktop .ck-content .admonition {
box-shadow: var(--card-box-shadow);
border-radius: 0.5em;
padding: 1em;
margin: 1.25em 0;
margin-right: 14px;
}