html[data-theme="dark"] #isso-thread * {
  color: #d1d1d1;
}

html[data-theme="dark"] #isso-thread input,
html[data-theme="dark"] #isso-thread textarea {
  background-color: #2d2d2d;
  border: 1px solid #444;
  color: #d1d1d1;
}

html[data-theme="dark"] #isso-thread input::placeholder,
html[data-theme="dark"] #isso-thread textarea::placeholder {
  color: #888;
}

html[data-theme="dark"] #isso-thread .isso-comment {
  background-color: #1e1e1e;
  border-top: 1px solid #444;
}

html[data-theme="dark"] #isso-thread .isso-comment-header .author {
  color: #a0a0a0;
}

html[data-theme="dark"] #isso-thread .isso-comment-header a,
html[data-theme="dark"] #isso-thread .isso-comment-footer a {
  color: #8ab4f8;
}

html[data-theme="dark"] #isso-thread .isso-post-action input[type="submit"],
html[data-theme="dark"] #isso-thread .isso-post-action button {
  background-color: #2d2d2d;
  border: 1px solid #444;
  color: #d1d1d1;
}

/* Surcharge des variables CSS d'Isso en mode sombre */
html[data-theme="dark"] #isso-thread {
  --isso-primary-text-color: #d1d1d1;
  --isso-secondary-text-color: #a0a0a0;
  --isso-border: 1px solid #444;
  --isso-box-shadow-color: rgba(0, 0, 0, 0.4);
  --isso-hover-color: #b0b0b0;
  --isso-link-hover-color: #fff;
  --isso-link-text-shadow-color: transparent;
  --isso-input-background-color: #2d2d2d;
  --isso-input-outline-color: #3584e4;
  --isso-button-background-color: #2d2d2d;
  --isso-button-border: 1px solid #444;
  --isso-button-hover-background-color: #3a3a3a;
  --isso-button-active-background-color: #4a4a4a;
  --isso-preview-border-color: #444;
  --isso-preview-box-shadow-color: #000;
  --isso-preview-background: #2d2d2d;
  --isso-pre-color: #d1d1d1;
  --isso-pre-background-color: #1e1e1e;
  --isso-pre-border-color: #444;
  --isso-comment-divider-color: rgba(255, 255, 255, 0.1);
  --isso-page-author-suffix-color: #d1d1d1;
  --isso-target-fade-background-color: #4d472a;
}
