2025-03-23 20:59:56 +01:00

10 lines
421 B
CSS

/* ========== CITATIONS (>) ========== */
.markdown-preview-view blockquote {
border-left: 4px solid #98FF98; /* Vert pastel pour cohérence */
background-color: #1f1f1f; /* Fond foncé légèrement différent */
color: #f0f0f0; /* Texte clair */
font-style: italic; /* Style classique pour citations */
padding: 8px 12px;
margin: 1em 0;
border-radius: 5px;
}