world-game/site/plugins/custom-marks/index.css
2026-01-14 16:25:06 +01:00

18 lines
452 B
CSS

/* Styles pour les marks personnalisés dans le panel Kirby */
/* 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: Georgia, "Times New Roman", serif;
}
/* Combinaison des deux marks */
.k-writer span.green.pixel,
.k-writer span.pixel.green {
color: #04fea0;
font-family: Georgia, "Times New Roman", serif;
}