article h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px !important;
  border: 3px solid;
  border-top: none;
  padding-bottom: 10px;
  border-radius: 0px 0px 15px 15px;
}

/* Enlève l'ancre (symbole '#') qui apparaît lorsque l'on passe la souris sur le titre
et qui décentre le titre */
article h1 a {
  display: none;
}

article h2 {
  border-left: 2px solid;
  border-bottom: 2px solid;
  padding-left: 10px;
  padding-bottom: 5px;
}

article h3 span {
  border-bottom: 1px solid;
  padding: 0 10px;
}

.markdown h3 {
  line-height: 1.6;
}

.markdown details {
  border-radius: 10px;
  border: 5px ridge;
}

@media (prefers-color-scheme: dark) {
  summary {
    color: black;
  }

  .markdown details {
    background-color: darkcyan;
  }

  .xdh-footer-buttons {
    background-color: lightgrey;
    vertical-align: bottom;
  }
}