actuel-inactuel/site/plugins/custom-marks/index.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

11 lines
253 B
CSS

/* Mark Green - Couleur verte */
.k-writer span.green {
color: #04fea0;
}
/* Mark Pixel - Typo serif (placeholder pour future typo pixel) */
.k-writer span.pixel {
font-family: "Terminal", serif;
font-size: 1.15em;
text-transform: uppercase;
}