body[data-theme="light"] #c-header {
  background-color: hsl(45,90%,63%);
}
body[data-theme="light"] #c-header .text-gray-500 {
 color: #616161;
}


body[data-theme="dark"] #c-header {
  background-color: hsl(45,90%,23%);
}
body[data-theme="dark"] #c-header .text-gray-500 {
 color: #c1c1c1;
}

#c-header {
display:none;
}