.app_content {
  background: var(--color-gray-100);
}

[data-theme="dark"] {
  .app_content {
    background: var(--color-background);
  }
}