@media (prefers-color-scheme: dark) {
  html, body{
    background: #0b1020 !important;
    color: rgba(255,255,255,.92) !important;
  }

  /* таблиця */
  #list{
    border-color: rgba(255,255,255,.12) !important;
    background: rgba(255,255,255,.04) !important;
    border-collapse: collapse !important;
  }

  /* заголовок таблиці */
  #list th{
    background: rgba(255,255,255,.08) !important;
    color: rgba(255,255,255,.85) !important;
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
  }

  /* рядки (прибираємо білі смуги) */
  #list tbody tr{
    background: rgba(255,255,255,.03) !important;
  }
  #list tbody tr:nth-child(even){
    background: rgba(255,255,255,.06) !important;
  }
  #list td{
    color: rgba(255,255,255,.92) !important;
  }

  #list tbody tr:hover{
    background: rgba(124,92,255,.18) !important;
  }

  a:link, a:visited{
    color: rgba(255, 90, 90, .95) !important;
    text-decoration: none !important;
  }
  a:hover{
    text-decoration: underline !important;
  }
}
