html[data-theme]:not([data-theme="dark"]) {
  --color-bg: #7db15d;
}
html[data-theme="dark"] {
  --color-bg: #0f4716;
}
