mirror of
https://github.com/Ladebeze66/coffreobsidian.git
synced 2025-12-16 21:57:44 +01:00
10 lines
421 B
CSS
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;
|
|
} |