@charset "UTF-8";
@media (prefers-color-scheme: light) {
  /* 画像 */
  table#materials img {
    background: url("https://tkoolerlufar.github.io/materials/effects/background.png") #D0E0F0;
    border: none;
    width: 640px;
    height: 480px;
  }
}
@media (prefers-color-scheme: dark) {
  /* 画像 */
  table#materials img {
    background: url("https://tkoolerlufar.github.io/materials/effects/background.png") #102030;
    border: none;
    width: 640px;
    height: 480px;
  }
}

/*# sourceMappingURL=materials_effects.css.map */