actuel-inactuel/assets/css/panel.css
isUnknown e425d6d141 add quote block, cite custom mark, and blockquote styles
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 08:08:27 +01:00

32 lines
617 B
CSS

.k-panel-menu {
background-color: #000;
}
.k-panel-menu * {
color: #fff;
}
.k-panel-menu-button[aria-current] * {
color: #000;
}
.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 {
content: "Texte princeps";
display: block;
padding: 0.5rem;
padding-bottom: 0.7rem;
border-radius: var(--rounded-md) var(--rounded-md) 0 0;
transform: translateY(0.3rem);
background-color: #000;
color: #fff;
}
.k-block-type-quote-citation {
font-style: normal;
}