world-game/site/plugins/custom-marks/index.css

12 lines
253 B
CSS
Raw Normal View History

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