add quote block, cite custom mark, and blockquote styles

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-23 08:08:27 +01:00
parent 6ea1325e91
commit e425d6d141
10 changed files with 147 additions and 34 deletions

View file

@ -9,7 +9,10 @@
color: #000;
}
.k-panel[data-template="year"] .k-section-name-texts .k-list-items .k-item:first-child {
.k-panel[data-template="year"]
.k-section-name-texts
.k-list-items
.k-item:first-child {
margin-bottom: 2rem;
}
.k-panel[data-template="year"] .k-section-name-texts .k-list-items::before {
@ -23,3 +26,7 @@
background-color: #000;
color: #fff;
}
.k-block-type-quote-citation {
font-style: normal;
}