world-game/site/plugins/custom-marks/index.css
isUnknown 347ccd33eb
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
panel : fix fonts
2026-03-21 14:17:39 +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;
}