
#dark-mode-toggle
{
    cursor: pointer;
}

/* .darkmode{
    background-color: #0a0a0a;
    background-image: linear-gradient(315deg, #192029 0%, #192029 74%);
    color: #a7a6a6;
    transition: 1s linear;
}  */


/* if dark-mode class is added set this background */
body.dark-mode {
    /* background: #1a1a1a; */
    background: #121212;
    /* background: #242424; */
  }
  .dark-mode .txt p:nth-child(1) {
    color: #000;
    font-weight: normal;
  }
  .dark-mode .txt p:nth-child(2) {
    color: grey;
    font-weight: bold;
  }
  
  body.dark-mode header,
  body.dark-mode main,
  body.dark-mode nav,
  body.dark-mode footer{
      background: #121212 !important;
      
  }
  body.dark-mode a.darkbtns{
      background: #333 !important;
      color: rgb(228, 228, 228) !important;
  }
  body.dark-mode p{
      color: rgb(206, 206, 206) !important;
  }

  body.dark-mode ul > li{
    color: rgb(206, 206, 206) !important;
}
  
  body.dark-mode h4, h2, h1, h3, h5, h6, label{
    color: rgb(107, 106, 106) !important;
}

body.dark-mode pre, table, td{
    color: rgb(153, 151, 151) !important;
}

body.dark-mode .ck-content > p{
    color: rgb(0, 0, 0) !important;
}

body.dark-mode .topic_title{
    color: rgb(12, 233, 104) !important;
}

body.dark-mode ._dark_d_forum{
    background: #1a1a1a;
}

.ck-content > p{
    color: rgb(0, 0, 0) !important;
}

/* Toutes la classe .card */
/* body.dark-mode .card, .scalImage{
    background: #202020 !important;
} */
