/* COULEURS FOND GÉNÉRAL À MODIFIER LIGNE 2 BODY */
body {
    background-color: #000 !important;
    color: #D8D8D8 !important;
}

/* Liens en vert */
a {
    color:#6A5ACD !important; /* COULEURS LIENS */
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    color: #fff !important;
}

/* Zones de posts / cartes */
.post, .entry, .content, .wrapper, .container {
    background-color: #000 !important;
    color: #fff !important;
}

/* Navigation / header / footer */
header, nav, footer {
    background-color: #000 !important;
    color: #fff !important;
}



/* Fond général */
body {
    background-color: #000 !important;
    color: #fff !important;
}

/* Liens bleu violacé */
a {
    color: #6A5ACD !important;
}




/* COULEUR FOND POSTS À MODIFIER FIN CODAGE */
.post,
.entry,
.post-item,
.post-container,
.post-content,
.h-entry,
.article,
.card,
.section,
.content,
.wrapper,
.container,
.main,
.page,
.page-content,
.microblog_post,
.microblog_post_content {
    background-color: #181818 !important; /* gris sombre légèrement éclairci */
    color: #D8D8D8 !important;
}







